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
public abstract class EngineStateException extends ProtonException
Root type for exceptions thrown from the engine due to state violations- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EngineStateException()
EngineStateException(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
-
-