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:
java.io.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(java.lang.String message)ProviderIdleTimeoutException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.qpid.jms.provider.ProviderException
toJMSException
-
-