Class CryptoException

All Implemented Interfaces:
Serializable

public class CryptoException extends RuntimeException
An internal Cryptographic exception.
Since:
1.0
Version:
2.2
Author:
Luke
See Also:
  • Constructor Details

    • CryptoException

      CryptoException(String msg, Throwable t)
      Creates a new CryptoException with a nested exception.
      Parameters:
      msg - the exception message
      t - the root cause of the message
      See Also:
    • CryptoException

      CryptoException(String msg, Throwable t, Object payload)
      Creates a new CryptoException with a nested exception and payload.
      Parameters:
      msg - the exception message
      t - the root cause of the message
      payload - the payload
      See Also:
  • Method Details

    • getPayload

      public Object getPayload()
      Returns the invalid cryptogrphic payload.
      Returns:
      the payload