Package de.das.encrypter.model
Class InvalidKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.das.encrypter.model.InvalidKeyException
- All Implemented Interfaces:
Serializable
Exception to handle usage of invalid keys.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidKeyException
public InvalidKeyException()Creates a new instance of InvalidKeyException.
-