Class ServiceException

All Implemented Interfaces:
Serializable

public class ServiceException extends SensorHubException

Exceptions generated by the service API

Since:
Nov 5, 2010
See Also:
  • Constructor Details

    • ServiceException

      public ServiceException(String message)
    • ServiceException

      public ServiceException(String message, Throwable cause)
    • ServiceException

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