Class CryptoException

All Implemented Interfaces:
Serializable

public class CryptoException extends RuntimeException
Common cryptography exception.
See Also:
  • Constructor Details

    • CryptoException

      public CryptoException(String message)
      Constructor with detailed message.
      Parameters:
      message - detailed message
    • CryptoException

      public CryptoException(String message, Throwable throwable)
      Constructor with detailed message and wrapped throwable.
      Parameters:
      message - detailed message
      throwable - wrapped throwable