Class EngineNotStartedException
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.EngineNotStartedException
- All Implemented Interfaces:
- Serializable
Thrown when a read or write operation is attempted on the engine before
 it has been properly started.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionEngineNotStartedException(String message) EngineNotStartedException(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- 
EngineNotStartedExceptionpublic EngineNotStartedException()
- 
EngineNotStartedException
- 
EngineNotStartedException
- 
EngineNotStartedException
 
-