Class ActiveMQIncompatibleClientServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.activemq.artemis.api.core.ActiveMQException
-
- org.apache.activemq.artemis.api.core.ActiveMQIncompatibleClientServerException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ActiveMQIncompatibleClientServerException extends ActiveMQException
The server version and the client version are incompatible.Normally this means you are trying to use a newer client on an older server.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveMQIncompatibleClientServerException()ActiveMQIncompatibleClientServerException(java.lang.String msg)
-
Method Summary
-
Methods inherited from class org.apache.activemq.artemis.api.core.ActiveMQException
getType, toString
-
-