Class ActiveMQDisconnectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.activemq.artemis.api.core.ActiveMQException
-
- org.apache.activemq.artemis.api.core.ActiveMQDisconnectedException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ActiveMQDisconnectedException extends ActiveMQException
A client was disconnected from ActiveMQ Artemis server when the server has shut down.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveMQDisconnectedException()ActiveMQDisconnectedException(java.lang.String message)
-
Method Summary
-
Methods inherited from class org.apache.activemq.artemis.api.core.ActiveMQException
getType, toString
-
-