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 Summary
ConstructorsConstructorDescriptionMissingPropertyException
(String message) MissingPropertyException
(String message, Throwable cause) MissingPropertyException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingPropertyException
public MissingPropertyException() -
MissingPropertyException
-
MissingPropertyException
-
MissingPropertyException
-
MissingPropertyException
-