com.gemstone.gemfire.cache
Class UnsupportedVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
com.gemstone.gemfire.cache.VersionException
com.gemstone.gemfire.cache.UnsupportedVersionException
- All Implemented Interfaces:
- Serializable
public class UnsupportedVersionException
- extends VersionException
An UnsupportedVersionException
indicates an unsupported 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 |
UnsupportedVersionException
public UnsupportedVersionException(byte versionOrdinal)
- Constructs a new
UnsupportedVersionException
.
- Parameters:
versionOrdinal
- The ordinal of the requested Version
UnsupportedVersionException
public UnsupportedVersionException(String message)
- Constructs a new
UnsupportedVersionException
.
- Parameters:
message
- The exception message
Copyright © 1997-2012 VMware, Inc. All rights reserved.