Class LicenseKeyExceptionMessageConstant
java.lang.Object
com.itextpdf.licensing.base.exceptions.LicenseKeyExceptionMessageConstant
Class containing all the messages used in licensing module.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Message notifies that license cannot be overloaded with the older one.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Deprecated.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Message notifies that license was not loaded as it is incompatible with the rest licenses.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Message notifies that new license was not loaded for the product as it is incompatible with the previous one.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Message notifies that the version of license file is not compatible with the license-key library.static final String
-
Method Summary
-
Field Details
-
ATTEMPT_TO_LOAD_AN_OLDER_LICENSE
Message notifies that license cannot be overloaded with the older one. List of params:- 0th is a name of the product;
- See Also:
-
CAN_NOT_FIND_LIMIT_FOR_PRODUCT
- See Also:
-
CERTIFICATE_NOT_FOUND
- See Also:
-
COMMONS_VERSION_DOES_NOT_MATCH
- See Also:
-
CORE_LICENSE_IS_NOT_LOADED
- See Also:
-
CORRUPTED_LICENSE_FILE
- See Also:
-
CORRUPTED_SIGNATURE
- See Also:
-
EVENTS_CAN_NOT_BE_NULL
- See Also:
-
EVENT_IS_FORBIDDEN
- See Also:
-
EVENT_TIME_CAN_NOT_BE_NULL
- See Also:
-
GRACE_EXPIRATION_STRATEGY_INVALID_ARGUMENTS
Deprecated.- See Also:
-
HEALTH_CHECK_WRITING_FAILED
- See Also:
-
INTERNAL_USAGE_UTIL_EVENT
- See Also:
-
INVALID_EVENT_VERSION
- See Also:
-
INVALID_EXPIRATION_STRATEGY
- See Also:
-
INVALID_GRACE_PERIOD_FORMAT
- See Also:
-
INVALID_LICENSE_FILE_EXPIRE_DATE
- See Also:
-
INVALID_LOCAL_FILE_ROOT_DIRECTORY
- See Also:
-
INVALID_PUBLIC_KEY
- See Also:
-
INVALID_REPORTING_EXCEEDED_STRATEGY
- See Also:
-
INVALID_REPORTING_TYPE
- See Also:
-
INVALID_REPORTING_UNAVAILABILITY_STRATEGY
- See Also:
-
LEFT_LIMITS_CAN_NOT_BE_NULL
- See Also:
-
LICENSING_BASE_MODULE_SHOULD_BE_UPDATED
- See Also:
-
LICENSE_DOES_NOT_ALLOW_REPORTING_TYPE
- See Also:
-
LICENSING_REMOTE_VERSION_DOES_NOT_MATCH
- See Also:
-
LICENSE_IS_INCOMPATIBLE
Message notifies that license was not loaded as it is incompatible with the rest licenses. List of params:- 0th is a name of the product;
- 1th is a name of the product which license is not compatible with the current one;
- See Also:
-
LICENSE_FILE_CAN_NOT_BE_NULL
- See Also:
-
LICENSE_FILE_HAS_BEEN_RELOADED
- See Also:
-
LICENSE_FILE_HAS_EXPIRED
- See Also:
-
LICENSE_FILE_KEY_CAN_NOT_BE_NULL
- See Also:
-
LICENSE_FILE_NOT_LOADED
- See Also:
-
LIMITS_CAN_NOT_BE_NULL
- See Also:
-
LIMIT_HAS_EXCEEDED
- See Also:
-
MAJOR_VERSION_DOES_NOT_MATCH
- See Also:
-
MINOR_VERSION_DOES_NOT_MATCH
- See Also:
-
MISSING_LOCAL_FILE_ROOT_DIRECTORY
- See Also:
-
NEW_LICENSE_IS_INCOMPATIBLE_WITH_EXISTING
Message notifies that new license was not loaded for the product as it is incompatible with the previous one. List of params:- 0th is a name of the product which license is not compatible with the current one;
- See Also:
-
NO_AVAILABLE_REPORTING_TYPES_SPECIFIED
- See Also:
-
OLD_LICENSE_FORMAT
- See Also:
-
PRODUCT_NAME_CAN_NOT_BE_NULL
- See Also:
-
REMOTE_REPORTING_HEALTH_CHECK_FAILED
- See Also:
-
REMOTE_REPORTING_MISSING_REMOTE_MODULE
- See Also:
-
STATISTICS_CANNOT_BE_ENABLED_FOR_LICENSEKEY
- See Also:
-
UNABLE_TO_CONNECT_SERVER_DURING_LIMIT_UPDATING
- See Also:
-
UNABLE_TO_CONNECT_SERVER_DURING_REPORTING
- See Also:
-
UNABLE_TO_DESERIALIZE_DATA_LINE
- See Also:
-
UNABLE_TO_DESERIALIZE_METADATA
- See Also:
-
UNABLE_TO_EXTRACT_REMAINING_EVENTS
- See Also:
-
UNABLE_TO_GET_LICENSE_LIMITS
- See Also:
-
UNABLE_TO_PARSE_EMPTY_REPORT_FILE
- See Also:
-
UNEXPECTED_LICENSE_TYPE
- See Also:
-
UNEXPECTED_LIMIT_TYPE
- See Also:
-
WRONG_LICENSE_FILE_VERSION
Message notifies that the version of license file is not compatible with the license-key library. List of params:- 0th is a version of the license file;
- See Also:
-
WRONG_PLATFORM
- See Also:
-