Package io.ran.exception
Class MissingPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ran.exception.MissingPropertyException
- All Implemented Interfaces:
- Serializable
Signals that a property is configured incorrectly.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionMissingPropertyException(String message) MissingPropertyException(String message, Throwable cause) MissingPropertyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MissingPropertyExceptionpublic MissingPropertyException()
- 
MissingPropertyException
- 
MissingPropertyException
- 
MissingPropertyException
- 
MissingPropertyException
 
-