Class ProviderOperationTimedOutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.qpid.jms.provider.ProviderException
-
- org.apache.qpid.jms.provider.exceptions.ProviderOperationTimedOutException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProviderSendTimedOutException
public class ProviderOperationTimedOutException extends ProviderException
Indicates that an operation in the provider timed out waiting for completion- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderOperationTimedOutException(String message)ProviderOperationTimedOutException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JmsOperationTimedOutExceptiontoJMSException()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
toJMSException
public JmsOperationTimedOutException toJMSException()
- Overrides:
toJMSExceptionin classProviderException
-
-