Package org.apache.qpid.jms
Class JmsTransactionInDoubtException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.jms.JMSException
org.apache.qpid.jms.JmsTransactionInDoubtException
- All Implemented Interfaces:
Serializable
public class JmsTransactionInDoubtException
extends jakarta.jms.JMSException
JMSException derivative that defines that a TX outcome is unknown.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJmsTransactionInDoubtException(String reason) JmsTransactionInDoubtException(String reason, String errorCode) -
Method Summary
Methods inherited from class jakarta.jms.JMSException
getErrorCode, getLinkedException, setLinkedExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JmsTransactionInDoubtException
-
JmsTransactionInDoubtException
-