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
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:
-
Constructor Summary
ConstructorDescriptionIdleTimeoutException
(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
-
Constructor Details
-
IdleTimeoutException
public IdleTimeoutException() -
IdleTimeoutException
-
IdleTimeoutException
-
IdleTimeoutException
-