Package arez.component
Class NoResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
arez.component.NoResultException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoSuchEntityException
Exception thrown by repository when query produces no result when a result was expected.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoResultException
public NoResultException()Create the exception.
-