Package org.apache.ignite.lang
Class ErrorGroups.Client
java.lang.Object
org.apache.ignite.lang.ErrorGroups.Client
- Enclosing class:
- ErrorGroups
Client error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ErrorGroup
Client error group.static final int
Client SSL configuration error.static final int
Cluster ID mismatch error.static final int
Configuration error.static final int
Connection failed.static final int
Client handshake header error.static final int
Incompatible protocol version.static final int
Protocol breakdown.static final int
Table not found by ID. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLIENT_ERR_GROUP
Client error group. -
CONNECTION_ERR
public static final int CONNECTION_ERRConnection failed. -
PROTOCOL_ERR
public static final int PROTOCOL_ERRProtocol breakdown. -
PROTOCOL_COMPATIBILITY_ERR
public static final int PROTOCOL_COMPATIBILITY_ERRIncompatible protocol version. -
TABLE_ID_NOT_FOUND_ERR
public static final int TABLE_ID_NOT_FOUND_ERRTable not found by ID. -
CONFIGURATION_ERR
public static final int CONFIGURATION_ERRConfiguration error. -
CLUSTER_ID_MISMATCH_ERR
public static final int CLUSTER_ID_MISMATCH_ERRCluster ID mismatch error. -
CLIENT_SSL_CONFIGURATION_ERR
public static final int CLIENT_SSL_CONFIGURATION_ERRClient SSL configuration error. -
HANDSHAKE_HEADER_ERR
public static final int HANDSHAKE_HEADER_ERRClient handshake header error.
-
-
Constructor Details
-
Client
public Client()
-