Class ErrorGroups.Index

java.lang.Object
org.apache.ignite.lang.ErrorGroups.Index
Enclosing class:
ErrorGroups

@Deprecated public static class ErrorGroups.Index extends Object
Deprecated.
The whole group is unused.
Index error group.
  • Field Details

    • INDEX_ERR_GROUP

      @Deprecated public static final ErrorGroup INDEX_ERR_GROUP
      Deprecated.
      Index error group.
    • INDEX_NOT_FOUND_ERR

      @Deprecated public static final int INDEX_NOT_FOUND_ERR
      Deprecated.
      Index not found.
    • INDEX_ALREADY_EXISTS_ERR

      @Deprecated public static final int INDEX_ALREADY_EXISTS_ERR
      Deprecated.
      Index already exists.
  • Constructor Details

    • Index

      public Index()
      Deprecated.