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 Summary
ConstructorDescriptionEngineNotWritableException
(String message) EngineNotWritableException
(String message, 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
-
EngineNotWritableException
public EngineNotWritableException() -
EngineNotWritableException
-
EngineNotWritableException
-
EngineNotWritableException
-