Class ClientDisconnectedException

  • java.lang.Object
  • 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ClientDisconnectedException

        public ClientDisconnectedException​(java.lang.String message)