UnsupportedSDKVersionException(String, Throwable) constructor
Initializes a new instance of the UnsupportedSDKVersionException class with a default message and tag and, the application name and the specified inner exception.
Signature
public UnsupportedSDKVersionException(String applicationName, Throwable e)
Parameters
Name | Datatype | Description |
---|---|---|
applicationName |
String |
|
e |
Throwable |
The inner exception. |
Returns
UnsupportedSDKVersionException
Defined in
UnsupportedSDKVersionException.java