Class ForwardSecrecyRuntimeException

    • 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