Class ClientException

  • All Implemented Interfaces:
    Serializable

    public class ClientException
    extends Exception
    This exception indicates that a client received an error message from the server.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientException

        public ClientException​(String message)
      • ClientException

        public ClientException​(String message,
                               Throwable cause)