Class DecryptionException.DecryptionRuntimeException

    • Constructor Detail

      • DecryptionRuntimeException

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

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

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

        public DecryptionRuntimeException​(String message)
        Instantiates a new decryption runtime exception.
        Parameters:
        message - the message
      • DecryptionRuntimeException

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

        public DecryptionRuntimeException​(Throwable cause)
        Instantiates a new decryption runtime exception.
        Parameters:
        cause - the cause