Package org.apache.geode
Class ForcedDisconnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.CacheRuntimeException
org.apache.geode.CancelException
org.apache.geode.ForcedDisconnectException
- All Implemented Interfaces:
Serializable
An
ForcedDisconnectException is thrown when a GemFire application is removed from
the distributed system due to membership constraints such as network partition detection.- Since:
- GemFire 5.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionForcedDisconnectException(String message) Creates a newSystemConnectException.ForcedDisconnectException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toStringMethods 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
-
Constructor Details
-
ForcedDisconnectException
Creates a newSystemConnectException.- Parameters:
message- the detail message
-
ForcedDisconnectException
-