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:
java.io.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(java.lang.String message)
EngineStateException(java.lang.String message, java.lang.Throwable cause)
EngineStateException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
EngineStateException
public EngineStateException()
-
EngineStateException
public EngineStateException(java.lang.String message, java.lang.Throwable cause)
-
EngineStateException
public EngineStateException(java.lang.String message)
-
EngineStateException
public EngineStateException(java.lang.Throwable cause)
-
-