Package com.github.cafapi.common.api
Class CipherException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.cafapi.common.api.CipherException
- All Implemented Interfaces:
Serializable
Thrown when a Cipher encounters a failure when encrypting or decrypting information.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCipherException
(String message, Throwable cause) Create a new CipherException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CipherException
Create a new CipherException.- Parameters:
message
- the message indicating the problemcause
- the exception cause
-