com.gemstone.gemfire.cache.util
Class IncompatibleVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
com.gemstone.gemfire.cache.util.VersionException
com.gemstone.gemfire.cache.util.IncompatibleVersionException
- All Implemented Interfaces:
- Serializable
Deprecated.
public class IncompatibleVersionException
- extends VersionException
An Incompatible
indicates an unknown version.
- Since:
- 5.6
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IncompatibleVersionException
public IncompatibleVersionException(Object clientVersion,
Object serverVersion)
- Deprecated.
- Constructs a new
IncompatibleVersionException
.
- Parameters:
clientVersion
- The client versionserverVersion
- The server version
IncompatibleVersionException
public IncompatibleVersionException(String message)
- Deprecated.
- Constructs a new
IncompatibleVersionException
.
- Parameters:
message
- The exception message
Copyright © 1997-2012 VMware, Inc. All rights reserved.