Class ProviderIdleTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.jms.provider.ProviderException
org.apache.qpid.jms.provider.exceptions.ProviderIOException
org.apache.qpid.jms.provider.exceptions.ProviderIdleTimeoutException
- All Implemented Interfaces:
Serializable
Thrown when the Provider fails a connection due to idle timeout.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProviderIdleTimeoutException(String message) ProviderIdleTimeoutException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.qpid.jms.provider.ProviderException
toJMSExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProviderIdleTimeoutException
-
ProviderIdleTimeoutException
-