Package org.sensorhub.api.sensor
Class SensorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sensorhub.api.common.SensorHubException
org.sensorhub.api.sensor.SensorException
- All Implemented Interfaces:
 Serializable
Exceptions generated by the sensor API
- Since:
 - Sep 5, 2013
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSensorException(String message) SensorException(String message, int code, Throwable cause) SensorException(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
- 
SensorException
 - 
SensorException
 - 
SensorException
 
 -