com.gemstone.gemfire.cache
Class IncompatibleVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
com.gemstone.gemfire.cache.VersionException
com.gemstone.gemfire.cache.IncompatibleVersionException
- All Implemented Interfaces:
- Serializable
public class IncompatibleVersionException
- extends VersionException
An IncompatibleVersionException that the client version
was not compatible with the server version.
- Since:
- 5.7
- 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)
- Constructs a new
IncompatibleVersionException.
- Parameters:
clientVersion - The client VersionserverVersion - The server Version
IncompatibleVersionException
public IncompatibleVersionException(String message)
- Constructs a new
IncompatibleVersionException.
- Parameters:
message - The exception message
Copyright © 2002-2009 GemStone Systems, Inc. All Rights Reserved.