Class ClientTransactionRolledBackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.qpid.protonj2.client.exceptions.ClientException
-
- org.apache.qpid.protonj2.client.exceptions.ClientIllegalStateException
-
- org.apache.qpid.protonj2.client.exceptions.ClientTransactionRolledBackException
-
- All Implemented Interfaces:
java.io.Serializable
public class ClientTransactionRolledBackException extends ClientIllegalStateException
Thrown when a message send operation times out in the Provider layer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientTransactionRolledBackException(java.lang.String message)
Creates a new transaction rolled back exception.ClientTransactionRolledBackException(java.lang.String message, java.lang.Throwable cause)
Creates a new transaction rolled back exception.
-
-
-
Constructor Detail
-
ClientTransactionRolledBackException
public ClientTransactionRolledBackException(java.lang.String message)
Creates a new transaction rolled back exception.- Parameters:
message
- The message that describes the reason for the error.
-
ClientTransactionRolledBackException
public ClientTransactionRolledBackException(java.lang.String message, java.lang.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.
-
-