Class ClientException

All Implemented Interfaces:
Serializable

public class ClientException extends SensorHubException

Exceptions generated by the client API

Since:
June 16, 2016
See Also:
  • Constructor Details

    • ClientException

      public ClientException(String message)
    • ClientException

      public ClientException(String message, Throwable cause)
    • ClientException

      public ClientException(String message, int code, Throwable cause)