Package de.das.encrypter.model
Class NoKeyAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.das.encrypter.model.NoKeyAvailableException
- All Implemented Interfaces:
Serializable
Exception in case the required key is not available.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of NoKeyAvailableException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoKeyAvailableException
public NoKeyAvailableException()Creates a new instance of NoKeyAvailableException.
-