Package org.sensorhub.api.processing
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sensorhub.api.common.SensorHubException
org.sensorhub.api.processing.ProcessingException
- All Implemented Interfaces:
 Serializable
Exceptions generated by process implementations
- Since:
 - Feb 22, 2015
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionProcessingException(String message) ProcessingException(String message, int code, Throwable cause) ProcessingException(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
- 
ProcessingException
 - 
ProcessingException
 - 
ProcessingException
 
 -