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:
Serializable
An
UnsupportedVersionException indicates an unsupported version.- Since:
- GemFire 5.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedVersionException(short versionOrdinal) Constructs a newUnsupportedVersionException.UnsupportedVersionException(String message) Constructs a newUnsupportedVersionException. -
Method Summary
Methods inherited from class org.apache.geode.GemFireCheckedException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedVersionException
public UnsupportedVersionException(short versionOrdinal) Constructs a newUnsupportedVersionException.- Parameters:
versionOrdinal- The ordinal of the requestedVersion
-
UnsupportedVersionException
Constructs a newUnsupportedVersionException.- Parameters:
message- The exception message
-