Package org.apache.ignite.lang
Class ErrorGroups.Catalog
java.lang.Object
org.apache.ignite.lang.ErrorGroups.Catalog
- Enclosing class:
- ErrorGroups
Catalog error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ErrorGroup
Catalog error group.static final int
Command to the catalog has not passed the validation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CATALOG_ERR_GROUP
Catalog error group. -
VALIDATION_ERR
public static final int VALIDATION_ERRCommand to the catalog has not passed the validation. See exception message for details.
-
-
Constructor Details
-
Catalog
public Catalog()
-