public class WeaveDeviceException extends Exception
Represents an error that occurred on a Weave device during a device manager operation.
Field Summary
public int | ProfileId | The Weave profile that defines the returned status code. |
public int | StatusCode | A code describing the error. |
public int | SystemErrorCode | An optional system-specific error code describing the failure, or 0 if not available. |
Public Constructor Summary
WeaveDeviceException(int statusCode, int profileId, int sysErrorCode,
String description)
|
Inherited Method Summary
Fields
public int ProfileId
The Weave profile that defines the returned status code.
public int StatusCode
A code describing the error.
public int SystemErrorCode
An optional system-specific error code describing the failure, or 0 if not available.
Public Constructors
public WeaveDeviceException ()
public WeaveDeviceException (int statusCode, int profileId, int sysErrorCode, String description)
Parameters
statusCode | |
---|---|
profileId | |
sysErrorCode | |
description |