Package io.ran.exception
Class MisconfiguredKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ran.exception.MisconfiguredKeyException
- All Implemented Interfaces:
Serializable
Signals that a
Key
is configured incorrectly.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMisconfiguredKeyException
(String message) MisconfiguredKeyException
(String message, Throwable cause) MisconfiguredKeyException
(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
-
MisconfiguredKeyException
public MisconfiguredKeyException() -
MisconfiguredKeyException
-
MisconfiguredKeyException
-
MisconfiguredKeyException
-
MisconfiguredKeyException
-