Package com.dracoon.sdk.crypto.error
Class CryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dracoon.sdk.crypto.error.CryptoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadFileException,CryptoSystemException,InvalidFileKeyException,InvalidKeyPairException,InvalidPasswordException,UnknownVersionException
Signals a crypto problem.
-
Constructor Summary
ConstructorsConstructorDescriptionCryptoException(String message) CryptoException(String message, Throwable cause) CryptoException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CryptoException
public CryptoException() -
CryptoException
-
CryptoException
-
CryptoException
-