Class ClientTransactionRolledBackException

All Implemented Interfaces:
Serializable

public class ClientTransactionRolledBackException extends ClientIllegalStateException
Thrown when a message send operation times out in the Provider layer.
See Also:
  • Constructor Details

    • ClientTransactionRolledBackException

      public ClientTransactionRolledBackException(String message)
      Creates a new transaction rolled back exception.
      Parameters:
      message - The message that describes the reason for the error.
    • ClientTransactionRolledBackException

      public ClientTransactionRolledBackException(String message, Throwable cause)
      Creates a new transaction rolled back exception.
      Parameters:
      message - The message that describes the reason for the error.
      cause - An exception that further defines the reason for the error.