Package org.sensorhub.api.client
Class ClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sensorhub.api.common.SensorHubException
org.sensorhub.api.client.ClientException
- All Implemented Interfaces:
 Serializable
Exceptions generated by the client API
- Since:
 - June 16, 2016
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionClientException(String message) ClientException(String message, int code, Throwable cause) ClientException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class org.sensorhub.api.common.SensorHubException
getCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ClientException
 - 
ClientException
 - 
ClientException
 
 -