Class ProviderTransactionRolledBackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.qpid.jms.provider.ProviderException
-
- org.apache.qpid.jms.provider.exceptions.ProviderTransactionRolledBackException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProviderTransactionRolledBackException extends ProviderException
Thrown when a message send operation times out in the Provider layer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderTransactionRolledBackException(java.lang.String message)ProviderTransactionRolledBackException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.jms.TransactionRolledBackExceptiontoJMSException()
-
-
-
Method Detail
-
toJMSException
public jakarta.jms.TransactionRolledBackException toJMSException()
- Overrides:
toJMSExceptionin classProviderException
-
-