Class CryptoException

All Implemented Interfaces:
Serializable

public final class CryptoException extends ACDPException
Thrown if there is a problem with data encryption or decryption.
Author:
Beat Hörmann
See Also:
  • Constructor Details

    • CryptoException

      public CryptoException(Throwable cause)
      Constructs this type of exception with the specified cause.
      Parameters:
      cause - The cause.