Class ForwardSecrecyRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.forwardsecrecy.ForwardSecrecyRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
DecryptCipherRuntimeException, EncryptCipherRuntimeException, SignatureException.SignatureRuntimeException, UnexpectedForwardSecrecyRuntimeException

public abstract class ForwardSecrecyRuntimeException extends org.refcodes.exception.AbstractRuntimeException
The Class ForwardSecrecyRuntimeException.
See Also:
  • Constructor Details

    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new forward secrecy runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new forward secrecy runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(String message, Throwable cause)
      Instantiates a new forward secrecy runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(String message)
      Instantiates a new forward secrecy runtime exception.
      Parameters:
      message - the message
    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new forward secrecy runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(Throwable cause)
      Instantiates a new forward secrecy runtime exception.
      Parameters:
      cause - the cause