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 Summary
ConstructorDescriptionEngineStateException
(String message) EngineStateException
(String message, Throwable cause) EngineStateException
(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
-
EngineStateException
public EngineStateException() -
EngineStateException
-
EngineStateException
-
EngineStateException
-