Class IdleTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.qpid.protonj2.engine.exceptions.ProtonException
-
- org.apache.qpid.protonj2.engine.exceptions.IdleTimeoutException
-
- All Implemented Interfaces:
Serializable
public class IdleTimeoutException extends ProtonException
Error thrown when the Engine idle checking detects a timeout condition and shuts down the engine and places it in an error state.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdleTimeoutException()
IdleTimeoutException(String message)
IdleTimeoutException(String message, Throwable cause)
IdleTimeoutException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-