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