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