Package org.apache.qpid.jms
Class JmsOperationTimedOutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jms.JMSException
-
- org.apache.qpid.jms.JmsOperationTimedOutException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JmsSendTimedOutException
public class JmsOperationTimedOutException extends javax.jms.JMSExceptionException that indicates a blocking operation timed out while waiting for the remote to acknowledge or process it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JmsOperationTimedOutException(String reason)JmsOperationTimedOutException(String reason, String errorCode)
-
Method Summary
-
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-