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 SummaryConstructorsConstructorDescriptionIdleTimeoutException(String message) IdleTimeoutException(String message, Throwable cause) IdleTimeoutException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
IdleTimeoutExceptionpublic IdleTimeoutException()
- 
IdleTimeoutException
- 
IdleTimeoutException
- 
IdleTimeoutException
 
-