com.gemstone.gemfire
Class IncompatibleSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.IncompatibleSystemException
- All Implemented Interfaces:
- Serializable
public class IncompatibleSystemException
- extends GemFireException
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IncompatibleSystemException
public IncompatibleSystemException(String message)
- Creates a new
IncompatibleSystemException
.
Copyright © 1997-2012 VMware, Inc. All rights reserved.