Class NoResultFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.radicle.exceptions.system.NoResultFoundException
- All Implemented Interfaces:
Serializable
Custom exception for empty result sets.
- Version:
- 1.0.1
- Author:
- Stephen Prizio
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoResultFoundException(String message) Generic constructor.NoResultFoundException(String message, Throwable throwable) Generic constructor withThrowableinstance. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoResultFoundException
-
NoResultFoundException
-