Class ClientTransactionNotActiveException

    • Constructor Detail

      • ClientTransactionNotActiveException

        public ClientTransactionNotActiveException​(String message)
        Creates a new transaction not active exception.
        Parameters:
        message - The message that describes the reason for the error.
      • ClientTransactionNotActiveException

        public ClientTransactionNotActiveException​(String message,
                                                   Throwable cause)
        Creates a new transaction not active exception.
        Parameters:
        message - The message that describes the reason for the error.
        cause - An exception that further defines the reason for the error.