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 SummaryConstructors Constructor Description EngineStateException()EngineStateException(java.lang.String message)EngineStateException(java.lang.String message, java.lang.Throwable cause)EngineStateException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
EngineStateExceptionpublic EngineStateException() 
 - 
EngineStateExceptionpublic EngineStateException(java.lang.String message, java.lang.Throwable cause)
 - 
EngineStateExceptionpublic EngineStateException(java.lang.String message) 
 - 
EngineStateExceptionpublic EngineStateException(java.lang.Throwable cause) 
 
- 
 
-