Class ErrorGroups.Common

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

public static class ErrorGroups.Common extends Object
Common error group.
  • Field Details

    • COMMON_ERR_GROUP

      public static final ErrorGroup COMMON_ERR_GROUP
      Common error group.
    • NODE_STOPPING_ERR

      public static final int NODE_STOPPING_ERR
      Node stopping error.
    • COMPONENT_NOT_STARTED_ERR

      public static final int COMPONENT_NOT_STARTED_ERR
      Component not started error.
    • ILLEGAL_ARGUMENT_ERR

      public static final int ILLEGAL_ARGUMENT_ERR
      Illegal argument or argument in a wrong format has been passed.
    • SSL_CONFIGURATION_ERR

      public static final int SSL_CONFIGURATION_ERR
      SSL can not be configured error.
    • NODE_LEFT_ERR

      public static final int NODE_LEFT_ERR
      Operation failed because a node has left the cluster.
    • CURSOR_ALREADY_CLOSED_ERR

      public static final int CURSOR_ALREADY_CLOSED_ERR
      Cursor is already closed error.
    • RESOURCE_CLOSING_ERR

      public static final int RESOURCE_CLOSING_ERR
      Resource closing error.
    • USER_OBJECT_SERIALIZATION_ERR

      public static final int USER_OBJECT_SERIALIZATION_ERR
      Can't marshal/unmarshal a user object.
    • NULLABLE_VALUE_ERR

      public static final int NULLABLE_VALUE_ERR
      This error code indicates that a method can't return a null value due it's ambiguity (whether the value is absent or is null).
    • INTERNAL_ERR

      public static final int INTERNAL_ERR
      This error code represents an internal error caused by faulty logic or coding in the Ignite codebase. In general, this error code should be considered as a non-recoverable error
  • Constructor Details

    • Common

      public Common()