Class IncompatibleVersionException

All Implemented Interfaces:
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:
  • Constructor Details

    • IncompatibleVersionException

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

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