Package org.sensorhub.api.service
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sensorhub.api.common.SensorHubException
org.sensorhub.api.service.ServiceException
- All Implemented Interfaces:
Serializable
Exceptions generated by the service API
- Since:
- Nov 5, 2010
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceException
(String message) ServiceException
(String message, int code, Throwable cause) ServiceException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.sensorhub.api.common.SensorHubException
getCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceException
-
ServiceException
-
ServiceException
-