public class LicenseException extends 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(String message,
int reason) |
Modifier and Type | Method and Description |
---|---|
int |
getReason() |
void |
setReason(int reason) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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
public LicenseException(String message, int reason)
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.