com.gemstone.gemfire
Class ForcedDisconnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.CancelException
com.gemstone.gemfire.ForcedDisconnectException
- All Implemented Interfaces:
- Serializable
public class ForcedDisconnectException
- extends CancelException
An ForcedDisconnectException is thrown when a GemFire
application is removed from the distributed system due to membership
constraints such as network partition detection.
- Since:
- 5.7
- See Also:
- Serialized Form
ForcedDisconnectException
public ForcedDisconnectException(String message)
- Creates a new
SystemConnectException.
ForcedDisconnectException
public ForcedDisconnectException(String message,
Throwable cause)
Copyright © 1997-2012 VMware, Inc. All rights reserved.