Class CryptoSystemException

All Implemented Interfaces:
Serializable

public class CryptoSystemException extends CryptoException
Signals that an unexpected crypto error occurred. (Mostly missing algorithms, unsupported padding, ...)
See Also:
  • Constructor Details

    • CryptoSystemException

      public CryptoSystemException()
    • CryptoSystemException

      public CryptoSystemException(String message)
    • CryptoSystemException

      public CryptoSystemException(String message, Throwable cause)
    • CryptoSystemException

      public CryptoSystemException(Throwable cause)