Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the DeviceRejectedException class with a default message and tag, and a device type (Android) and inner exception.
Signature
public DeviceRejectedException(String deviceType, Throwable e)
Parameters
| Name | Datatype | Description |
|---|---|---|
| deviceType |
String |
The device type used (Android). |
| e |
Throwable |
The inner exception. |
Returns
Defined in
DeviceRejectedException.java