Package de.das.encrypter.model
Class NotEncryptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.das.encrypter.model.NotEncryptedException
- All Implemented Interfaces:
Serializable
Exception to handle the attempt to decrypt non-encrypted data.
- 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
-
NotEncryptedException
public NotEncryptedException()Creates a new instance of NotEncryptedException.
-