Class ClientConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
za.co.wethinkcode.robots.errors.ClientConnectionException
All Implemented Interfaces:
Serializable

public class ClientConnectionException extends Exception
All Exceptions related to the client connecting to the server (especially with regards to the ConnectedClient are handled by this class
See Also:
  • Constructor Details

    • ClientConnectionException

      public ClientConnectionException(String message)