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:
Serializable
An
IncompatibleSystemException 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:
-
Constructor Summary
ConstructorsConstructorDescriptionIncompatibleSystemException(String message) Creates a newIncompatibleSystemException. -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleSystemException
Creates a newIncompatibleSystemException.- Parameters:
message- the detail message
-