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

public class CryptoException extends Exception
Signals a crypto problem.
See Also:
  • Constructor Details

    • CryptoException

      public CryptoException()
    • CryptoException

      public CryptoException(String message)
    • CryptoException

      public CryptoException(String message, Throwable cause)
    • CryptoException

      public CryptoException(Throwable cause)