public class LicenseException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
static int |
CANNOT_READ |
static int |
EXPIRED |
static int |
INVALID |
static int |
NOT_FOUND |
static int |
WRONG_CONFIGURATION |
static int |
WRONG_FEATURES |
Constructor and Description |
---|
LicenseException(java.lang.String message,
int reason) |
Modifier and Type | Method and Description |
---|---|
int |
getReason() |
void |
setReason(int reason) |
public static final int EXPIRED
public static final int INVALID
public static final int NOT_FOUND
public static final int WRONG_FEATURES
public static final int CANNOT_READ
public static final int WRONG_CONFIGURATION