Class ForwardSecrecyDecryptionException

    • Constructor Detail

      • ForwardSecrecyDecryptionException

        public ForwardSecrecyDecryptionException​(String aMessage,
                                                 String aErrorCode)
        Instantiates a new forward secrecy decryption exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • ForwardSecrecyDecryptionException

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

        public ForwardSecrecyDecryptionException​(String message,
                                                 Throwable cause)
        Instantiates a new forward secrecy decryption exception.
        Parameters:
        message - the message
        cause - the cause
      • ForwardSecrecyDecryptionException

        public ForwardSecrecyDecryptionException​(String message)
        Instantiates a new forward secrecy decryption exception.
        Parameters:
        message - the message
      • ForwardSecrecyDecryptionException

        public ForwardSecrecyDecryptionException​(Throwable aCause,
                                                 String aErrorCode)
        Instantiates a new forward secrecy decryption exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • ForwardSecrecyDecryptionException

        public ForwardSecrecyDecryptionException​(Throwable cause)
        Instantiates a new forward secrecy decryption exception.
        Parameters:
        cause - the cause