Class ClientTransactionNotActiveException

All Implemented Interfaces:
Serializable

public class ClientTransactionNotActiveException extends ClientIllegalStateException
Thrown when a client attempt to commit or roll-back when no transaction has been declared.
See Also:
  • Constructor Details

    • 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.