Class DecryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helixframework.aws.encryption.DecryptionException
- All Implemented Interfaces:
Serializable
Exception thrown when errors are encountered during decryption.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDecryptionException(String message) DecryptionException(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DecryptionException
-
DecryptionException
-