public class DeviceModelsException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CACHE_NOT_READY |
protected static java.lang.String |
DEVICE_MODEL_NOT_FOUND |
protected static java.lang.String |
FIRMWARE_NOT_FOUND |
protected static java.lang.String |
NULL_MODEL |
protected static java.lang.String |
READING_NOT_FOUND |
protected static java.lang.String |
TRANSPORT_NOT_FOUND |
protected static java.lang.String |
UNKNOWN_EXCEPTION |
| Constructor and Description |
|---|
DeviceModelsException() |
DeviceModelsException(java.lang.String message) |
DeviceModelsException(java.lang.String message,
java.lang.Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static DeviceModelsCacheException |
cacheNotReady() |
static DeviceModelsNotFoundException |
deviceModelNotFound() |
static DeviceModelsReadingException |
deviceReadingNotFound() |
static DeviceModelsFirmwareException |
firmwareNotFound() |
static DeviceModelsNullException |
nullModelId() |
static DeviceModelsTransportException |
transportNotFound() |
protected static final java.lang.String UNKNOWN_EXCEPTION
protected static final java.lang.String FIRMWARE_NOT_FOUND
protected static final java.lang.String TRANSPORT_NOT_FOUND
protected static final java.lang.String READING_NOT_FOUND
protected static final java.lang.String DEVICE_MODEL_NOT_FOUND
protected static final java.lang.String CACHE_NOT_READY
protected static final java.lang.String NULL_MODEL
public DeviceModelsException()
public DeviceModelsException(java.lang.String message)
public DeviceModelsException(java.lang.String message,
java.lang.Throwable t)
public static DeviceModelsFirmwareException firmwareNotFound()
public static DeviceModelsTransportException transportNotFound()
public static DeviceModelsReadingException deviceReadingNotFound()
public static DeviceModelsNotFoundException deviceModelNotFound()
public static DeviceModelsCacheException cacheNotReady()
public static DeviceModelsNullException nullModelId()