Class MissingRequiredDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.radicle.exceptions.validation.MissingRequiredDataException
- All Implemented Interfaces:
Serializable
Exception thrown when required data is not available or is missing.
- Version:
- 1.0.1
- Author:
- Stephen Prizio
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingRequiredDataException(String message) Generic constructor.MissingRequiredDataException(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
-
MissingRequiredDataException
Generic constructor.- Parameters:
message- message
-
MissingRequiredDataException
-