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:
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(String message)ProviderTransactionRolledBackException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.jms.TransactionRolledBackExceptiontoJMSException()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
toJMSException
public javax.jms.TransactionRolledBackException toJMSException()
- Overrides:
toJMSExceptionin classProviderException
-
-