public class DeviceConnectionException
extends java.lang.Exception
Constructor and Description |
---|
DeviceConnectionException() |
DeviceConnectionException(java.lang.String detailMessage) |
DeviceConnectionException(java.lang.String detailMessage,
java.lang.Throwable throwable) |
DeviceConnectionException(java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
static DeviceConnectionException |
fromCloudException(DeviceId id,
EstimoteCloudException e)
Converts Cloud exception into DeviceConnectionException.
|
public DeviceConnectionException()
public DeviceConnectionException(java.lang.String detailMessage)
public DeviceConnectionException(java.lang.String detailMessage, java.lang.Throwable throwable)
public DeviceConnectionException(java.lang.Throwable throwable)
public static DeviceConnectionException fromCloudException(DeviceId id, EstimoteCloudException e)
id
- Device ID needed to add message about not owned device