Package org.gridgain.lang
Class GridgainErrorGroups.License
java.lang.Object
org.gridgain.lang.GridgainErrorGroups.License
- Enclosing class:
- GridgainErrorGroups
License context error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intGeneral license error.static final intError indicating that a blocked licenses list has been modified.static final intError indicating that a license has been modified.static final intError indicating that a license is missing for cluster.static final intError indicating that a license does not contain the required features. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COMMON_LICENSE_ERR
public static final int COMMON_LICENSE_ERRGeneral license error. -
MISSING_LICENSE
public static final int MISSING_LICENSEError indicating that a license is missing for cluster. -
INVALID_SIGNATURE
public static final int INVALID_SIGNATUREError indicating that a license has been modified. -
MISSING_REQUIRED_FEATURES
public static final int MISSING_REQUIRED_FEATURESError indicating that a license does not contain the required features. -
INVALID_BLOCKED_LICENSES_LIST
public static final int INVALID_BLOCKED_LICENSES_LISTError indicating that a blocked licenses list has been modified.
-
-
Constructor Details
-
License
public License()
-