Package org.apache.qpid.jms
Class JmsOperationTimedOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.jms.JMSException
org.apache.qpid.jms.JmsOperationTimedOutException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JmsSendTimedOutException
public class JmsOperationTimedOutException
extends jakarta.jms.JMSException
Exception that indicates a blocking operation timed out while waiting
for the remote to acknowledge or process it.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJmsOperationTimedOutException(String reason) JmsOperationTimedOutException(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
-
JmsOperationTimedOutException
-
JmsOperationTimedOutException
-