All Implemented Interfaces:
Serializable

public class CryptoException extends InternalException
See Also:
  • Constructor Details

    • CryptoException

      public CryptoException()
    • CryptoException

      public CryptoException(String message)
    • CryptoException

      public CryptoException(String message, Throwable cause)
    • CryptoException

      public CryptoException(Throwable cause)
    • CryptoException

      public CryptoException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)