public class EstimoteDeviceException extends EstimoteException
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_CODE_BEACON_CONNECTION_FAILED
There was a problem with Bluetooth connection from device to beacon.
|
static int |
ERROR_CODE_BEACON_NOT_AUTHORIZED
You are not authorized to connect to this beacon.
|
static int |
ERROR_CODE_INVALID_VALUE
Written value was invalid.
|
static int |
ERROR_CODE_SERVER_GENERIC
There was a problem with server request.
|
int |
errorCode
Code for this error.
|
Constructor and Description |
---|
EstimoteDeviceException(int errorCode) |
EstimoteDeviceException(int errorCode,
java.lang.Exception exception) |
EstimoteDeviceException(int errorCode,
java.lang.String message) |
EstimoteDeviceException(int errorCode,
java.lang.String message,
java.lang.Exception exception) |
public static final int ERROR_CODE_BEACON_NOT_AUTHORIZED
public static final int ERROR_CODE_BEACON_CONNECTION_FAILED
public static final int ERROR_CODE_SERVER_GENERIC
public static final int ERROR_CODE_INVALID_VALUE
public final int errorCode
public EstimoteDeviceException(int errorCode)
public EstimoteDeviceException(int errorCode, java.lang.String message)
public EstimoteDeviceException(int errorCode, java.lang.String message, java.lang.Exception exception)
public EstimoteDeviceException(int errorCode, java.lang.Exception exception)