Class EngineStateException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EngineFailedException,- EngineNotStartedException,- EngineNotWritableException,- EngineShutdownException,- EngineStartedException
Root type for exceptions thrown from the engine due to state violations
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionEngineStateException(String message) EngineStateException(String message, Throwable cause) EngineStateException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
EngineStateExceptionpublic EngineStateException()
- 
EngineStateException
- 
EngineStateException
- 
EngineStateException
 
-