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 aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new forward secrecy runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(String aMessage, Throwable aCause)
      Instantiates a new forward secrecy runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(String aMessage)
      Instantiates a new forward secrecy runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new forward secrecy runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(Throwable aCause)
      Instantiates a new forward secrecy runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.