Class IncompatibleVersionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IncompatibleVersionException
    extends VersionException
    An IncompatibleVersionException that the client version was not compatible with the server version.
    Since:
    GemFire 5.7
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IncompatibleVersionException​(java.lang.Object clientVersion, java.lang.Object serverVersion)
      Constructs a new IncompatibleVersionException.
      IncompatibleVersionException​(java.lang.String message)
      Constructs a new IncompatibleVersionException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • IncompatibleVersionException

        public IncompatibleVersionException​(java.lang.Object clientVersion,
                                            java.lang.Object serverVersion)
        Constructs a new IncompatibleVersionException.
        Parameters:
        clientVersion - The client Version
        serverVersion - The server Version
      • IncompatibleVersionException

        public IncompatibleVersionException​(java.lang.String message)
        Constructs a new IncompatibleVersionException.
        Parameters:
        message - The exception message