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
public class ProviderIdleTimeoutException extends ProviderIOException
Thrown when the Provider fails a connection due to idle timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderIdleTimeoutException(String message)ProviderIdleTimeoutException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.qpid.jms.provider.ProviderException
toJMSException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-