Tanzu GemFire Distributed Types Java API Reference
Class ClientDisconnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vmware.gemfire.distributedtypes.DTypeException
com.vmware.gemfire.distributedtypes.ClientDisconnectedException
- All Implemented Interfaces:
Serializable
An exception that is thrown by the server to indicate that it 'seems' as though the client has
disconnected. In some HA cases the client pinger may not end up reaching a server that has just
been restarted and will give a false positive that the client has departed. If the client is
really gone, this exception will go nowhere. However, if the client receives this exception it
can retry the operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientDisconnectedException
-