Share via


DeviceRejectedException(String, Throwable) constructor

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

DeviceRejectedException

Defined in

DeviceRejectedException.java