Gemfire JavaDocs
Package org.apache.geode
Class IncompatibleSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.IncompatibleSystemException
-
- All Implemented Interfaces:
java.io.Serializable
public class IncompatibleSystemException extends GemFireException
AnIncompatibleSystemException
is thrown when a new GemFire process tries to connect to an existing distributed system and its version is not the same as that of the distributed system. In this case the new member is not allowed to connect to the distributed system.As of GemFire 5.0 this exception should be named IncompatibleDistributedSystemException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatibleSystemException(java.lang.String message)
Creates a newIncompatibleSystemException
.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-