Class UnexpectedForwardSecrecyRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.forwardsecrecy.ForwardSecrecyRuntimeException
org.refcodes.forwardsecrecy.UnexpectedForwardSecrecyRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class UnexpectedForwardSecrecyRuntimeException extends ForwardSecrecyRuntimeException
This exception is the base runtime exception for the directory artifact.
See Also:
  • Constructor Details

    • UnexpectedForwardSecrecyRuntimeException

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

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

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

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

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

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