Class TxnNotAllowedException

    • Constructor Detail

      • TxnNotAllowedException

        public TxnNotAllowedException​(String message)
        Creates a new NoTransactionAllowedException with the provided message.
        Parameters:
        message - the message for the exception.
      • TxnNotAllowedException

        public TxnNotAllowedException​(String message,
                                      Throwable cause)
        Creates a new NoTransactionAllowedException with the provided message and cause.
        Parameters:
        message - the message of the exception.
        cause - the cause of the Exception.