Gemfire JavaDocs
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:
java.io.Serializable
public class IncompatibleVersionException extends VersionException
AnIncompatibleVersionException
that the client version was not compatible with the server version.- Since:
- GemFire 5.7
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatibleVersionException(java.lang.Object clientVersion, java.lang.Object serverVersion)
Constructs a newIncompatibleVersionException
.IncompatibleVersionException(java.lang.String message)
Constructs a newIncompatibleVersionException
.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireCheckedException
getRootCause
-
-
-
-
Constructor Detail
-
IncompatibleVersionException
public IncompatibleVersionException(java.lang.Object clientVersion, java.lang.Object serverVersion)
Constructs a newIncompatibleVersionException
.- Parameters:
clientVersion
- The clientVersion
serverVersion
- The serverVersion
-
IncompatibleVersionException
public IncompatibleVersionException(java.lang.String message)
Constructs a newIncompatibleVersionException
.- Parameters:
message
- The exception message
-
-