Tanzu GemFire Distributed Types Java API Reference
Package dev.gemfire.dtype
Class ClientDisconnectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.gemfire.dtype.DTypeException
-
- dev.gemfire.dtype.ClientDisconnectedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ClientDisconnectedException extends DTypeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientDisconnectedException(java.lang.String message)
-