com.gemstone.gemfire
Class ForcedDisconnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.ForcedDisconnectException
- All Implemented Interfaces:
- Serializable
public class ForcedDisconnectException
- extends GemFireException
An ForcedDisconnect is thrown when a
GemFire application is removed from the distributed system due
to membership constraints such as network partition detection.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ForcedDisconnectException
public ForcedDisconnectException(String message)
- Creates a new
SystemConnectException.
ForcedDisconnectException
public ForcedDisconnectException(String message,
Throwable cause)
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.