Class CryptoException

All Implemented Interfaces:
Serializable

public class CryptoException extends RuntimeException
The Class CryptoException.
See Also:
  • Constructor Details

    • CryptoException

      public CryptoException()
      Instantiates a new crypto exception.
    • CryptoException

      public CryptoException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new crypto exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
    • CryptoException

      public CryptoException(String message, Throwable cause)
      Instantiates a new crypto exception.
      Parameters:
      message - the message
      cause - the cause
    • CryptoException

      public CryptoException(String message)
      Instantiates a new crypto exception.
      Parameters:
      message - the message
    • CryptoException

      public CryptoException(Throwable cause)
      Instantiates a new crypto exception.
      Parameters:
      cause - the cause