Gemfire JavaDocs
Package org.apache.geode.cache
Class UnsupportedVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.geode.GemFireCheckedException
-
- org.apache.geode.cache.VersionException
-
- org.apache.geode.cache.UnsupportedVersionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedVersionException extends VersionException
AnUnsupportedVersionException
indicates an unsupported version.- Since:
- GemFire 5.7
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedVersionException(short versionOrdinal)
Constructs a newUnsupportedVersionException
.UnsupportedVersionException(java.lang.String message)
Constructs a newUnsupportedVersionException
.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireCheckedException
getRootCause
-
-
-
-
Constructor Detail
-
UnsupportedVersionException
public UnsupportedVersionException(short versionOrdinal)
Constructs a newUnsupportedVersionException
.- Parameters:
versionOrdinal
- The ordinal of the requestedVersion
-
UnsupportedVersionException
public UnsupportedVersionException(java.lang.String message)
Constructs a newUnsupportedVersionException
.- Parameters:
message
- The exception message
-
-