The LicenseException Class contains the following constructors:
LicenseException()
LicenseException(String s)jsdk
LicenseException(int id, String s)
Creates a LicenseException without a detailed message.
public LicenseException;
Creates a LicenseException with a detailed message.
public LicenseException(String s);
s | The detailed message. |
Creates a new LicenseException with an identifier and a detailed message.
public LicenseException(int id, String s);
id | The exception identifier. This can be one of the following identifiers: | ||
INVALID | NOT_FOUND | NO_DESCRIPTORS | |
WRITE_ERROR | KEY_DOES_NOT_MATCH | READ_ERROR | |
EXPIRED | RUNTIME_ONLY | INVALID_USER | |
s | The detailed message. |