Class ConnectionClosedException

All Implemented Interfaces:
Serializable

public class ConnectionClosedException extends RuntimeException
An exception thrown when the client closes the socket and the server should handle it gracefully.
Author:
Daniel DeGroff
See Also:
  • Constructor Details

    • ConnectionClosedException

      public ConnectionClosedException()