Package org.apache.qpid.jms
Class JmsSendTimedOutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jms.JMSException
-
- org.apache.qpid.jms.JmsOperationTimedOutException
-
- org.apache.qpid.jms.JmsSendTimedOutException
-
- All Implemented Interfaces:
Serializable
public class JmsSendTimedOutException extends JmsOperationTimedOutException
Exception thrown when a blocking send call times out waiting to be sent.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JmsSendTimedOutException(String reason)JmsSendTimedOutException(String reason, String errorCode)JmsSendTimedOutException(String reason, String errorCode, JmsMessage unsentMessage)JmsSendTimedOutException(String reason, JmsMessage unsentMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.jms.MessagegetUnsentMessage()-
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
-
-
-
-
Constructor Detail
-
JmsSendTimedOutException
public JmsSendTimedOutException(String reason)
-
JmsSendTimedOutException
public JmsSendTimedOutException(String reason, JmsMessage unsentMessage)
-
JmsSendTimedOutException
public JmsSendTimedOutException(String reason, String errorCode, JmsMessage unsentMessage)
-
-