Package org.gridgain.lang
Class GridgainErrorGroups.CacheStore
java.lang.Object
org.gridgain.lang.GridgainErrorGroups.CacheStore
- Enclosing class:
- GridgainErrorGroups
Cache store context error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCache store access error.static final intCache store configuration failure. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CACHE_STORE_CONFIG_ERR
public static final int CACHE_STORE_CONFIG_ERRCache store configuration failure. -
CACHE_STORE_ACCESS_ERR
public static final int CACHE_STORE_ACCESS_ERRCache store access error.
-
-
Constructor Details
-
CacheStore
public CacheStore()
-