public class LicenseKeyException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
static String |
certificateNotFoundMessage |
static String |
corruptedLicenseFileMessage |
static String |
corruptedSignatureMessage |
static String |
featureNotFoundMessage |
static String |
incompatibleDeployment |
static String |
incompatibleLicenses |
static String |
incompatibleType |
static String |
invalidPublicKeyMessage |
static String |
licenseExpiredMessage |
static String |
licenseNotLoadedMessage |
static String |
licenseProductNotLoadedMessage |
static String |
noLicenseeElementMessage |
static String |
noLicenseTagElementMessage |
static String |
productNotFoundMessage |
static String |
signatureDecodingErrorMessage |
static String |
standaloneLicenseMessage |
static String |
wrongPlatformMessage |
static String |
wrongVersionMessage |
Constructor and Description |
---|
LicenseKeyException(String message)
Creates a new instance of LicenseKeyException message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String invalidPublicKeyMessage
public static final String noLicenseTagElementMessage
public static final String noLicenseeElementMessage
public static final String featureNotFoundMessage
public static final String corruptedSignatureMessage
public static final String corruptedLicenseFileMessage
public static final String licenseExpiredMessage
public static final String productNotFoundMessage
public static final String signatureDecodingErrorMessage
public static final String wrongVersionMessage
public static final String licenseNotLoadedMessage
public static final String licenseProductNotLoadedMessage
public static final String certificateNotFoundMessage
public static final String wrongPlatformMessage
public static final String incompatibleType
public static final String incompatibleDeployment
public static final String incompatibleLicenses
public static final String standaloneLicenseMessage
public LicenseKeyException(String message)
message
- the detail message.Copyright © 2017. All rights reserved.