Package io.aether.crypto
Class DecryptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.aether.crypto.DecryptException
-
- All Implemented Interfaces:
java.io.Serializable
public class DecryptException extends java.lang.RuntimeExceptionException thrown when a decryption operation fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecryptException()DecryptException(java.lang.String message)DecryptException(java.lang.String message, java.lang.Throwable cause)DecryptException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)DecryptException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
DecryptException
public DecryptException()
-
DecryptException
public DecryptException(java.lang.String message)
-
DecryptException
public DecryptException(java.lang.String message, java.lang.Throwable cause)
-
DecryptException
public DecryptException(java.lang.Throwable cause)
-
DecryptException
public DecryptException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-