Class UnexpectedForwardSecrecyRuntimeException

    • Constructor Detail

      • 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