Package org.apache.geode.cache
Class IncompatibleVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.geode.GemFireCheckedException
org.apache.geode.cache.VersionException
org.apache.geode.cache.IncompatibleVersionException
- All Implemented Interfaces:
Serializable
An
IncompatibleVersionException that the client version was not compatible with the
server version.- Since:
- GemFire 5.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncompatibleVersionException(Object clientVersion, Object serverVersion) Constructs a newIncompatibleVersionException.IncompatibleVersionException(String message) Constructs a newIncompatibleVersionException. -
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
-
IncompatibleVersionException
Constructs a newIncompatibleVersionException.- Parameters:
clientVersion- The clientVersionserverVersion- The serverVersion
-
IncompatibleVersionException
Constructs a newIncompatibleVersionException.- Parameters:
message- The exception message
-