public class IncompatibleSystemException extends GemFireException
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
Constructor and Description |
---|
IncompatibleSystemException(String message)
Creates a new
IncompatibleSystemException . |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompatibleSystemException(String message)
IncompatibleSystemException
.Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.