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
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)
- 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.