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
public final class EngineShutdownException extends EngineStateException
Exception thrown when an option is performed on a closed engine.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EngineShutdownException()
EngineShutdownException(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
-
-