Package org.gridgain.lang
Class GridgainErrorGroups
java.lang.Object
org.gridgain.lang.GridgainErrorGroups
Error groups for GridGain.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCache error group.static classCache store context error group.static classCDC error group.static classContinuous query error group.static classError group for DCR.static classEncryption context error group.static classJWT error group.static classLdap error group.static classLicense context error group.static classSQL memory quota error group.static classNode key management error group.static classError group for Point in time recovery.static classRBAC error group.static classError group for Rolling Upgrade.static classSecondary storage replication error group.static classSecurity context error group.static classError group for Snapshots. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortMax short value that is serialized as two bytes when serializing var ints. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidInitializes and register all error groups and error codes.
-
Field Details
-
MAX_TWO_BYTES_MSG_VALUE
public static final short MAX_TWO_BYTES_MSG_VALUEMax short value that is serialized as two bytes when serializing var ints.MAX_VALUE+1will be serialized as three bytes.- See Also:
-
-
Constructor Details
-
GridgainErrorGroups
public GridgainErrorGroups()
-
-
Method Details
-
initialize
public static void initialize()Initializes and register all error groups and error codes.
-