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
public final class EngineNotWritableException extends EngineStateException
Exception indicating that the engine is not currently accepting input of data- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EngineNotWritableException()
EngineNotWritableException(String message)
EngineNotWritableException(String message, Throwable cause)
EngineNotWritableException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-