Class ClientDisconnectedException

All Implemented Interfaces:
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:
  • Constructor Details

    • ClientDisconnectedException

      public ClientDisconnectedException(String message)