Class ProcessingException

All Implemented Interfaces:
Serializable

public class ProcessingException extends SensorHubException

Exceptions generated by process implementations

Since:
Feb 22, 2015
See Also:
  • Constructor Details

    • ProcessingException

      public ProcessingException(String message)
    • ProcessingException

      public ProcessingException(String message, Throwable cause)
    • ProcessingException

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