Class CryptoException

All Implemented Interfaces:
Serializable

public class CryptoException extends GeneralSecurityException
The CryptoException is thrown by the service methods of the CryptoSupport service. Generally exceptions of this type will provide more information on the encryption or decryption failure in the getCause() method.
See Also:
  • Constructor Details

    • CryptoException

      public CryptoException(String message)
    • CryptoException

      public CryptoException(String message, Throwable cause)