Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ActiveMQIncompatibleClientServerException

        public ActiveMQIncompatibleClientServerException()
      • ActiveMQIncompatibleClientServerException

        public ActiveMQIncompatibleClientServerException​(java.lang.String msg)