Class EngineNotWritableException
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.EngineStateException
org.apache.qpid.protonj2.engine.exceptions.EngineNotWritableException
- All Implemented Interfaces:
- Serializable
Exception indicating that the engine is not currently accepting input of data
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionEngineNotWritableException(String message) EngineNotWritableException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
EngineNotWritableExceptionpublic EngineNotWritableException()
- 
EngineNotWritableException
- 
EngineNotWritableException
- 
EngineNotWritableException
 
-