Class CryptoException

All Implemented Interfaces:
Serializable

public class CryptoException extends RuntimeException
Runtime error describing a generic cryptographic problem (e.g. bad padding, unsupported cipher).
Author:
Middleware Services
See Also:
  • Constructor Details

    • CryptoException

      public CryptoException(String message)
      Creates a new instance with the given error message.
      Parameters:
      message - Error message.
    • CryptoException

      public CryptoException(String message, Throwable cause)
      Creates a new instance with the given error message and cause.
      Parameters:
      message - Error message.
      cause - Error cause.