Class EngineShutdownException
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
org.apache.qpid.protonj2.engine.exceptions.EngineShutdownException
- All Implemented Interfaces:
- Serializable
Exception thrown when an option is performed on a closed engine.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionEngineShutdownException(String message) EngineShutdownException(String message, Throwable cause) EngineShutdownException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
EngineShutdownExceptionpublic EngineShutdownException()
- 
EngineShutdownException
- 
EngineShutdownException
- 
EngineShutdownException
 
-