Class ForwardSecrecyRuntimeException

  • All Implemented Interfaces:
    Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
    Direct Known Subclasses:
    UnexpectedForwardSecrecyRuntimeException

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

      • 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