Package org.gridgain.lang
Class GridgainErrorGroups.Security
java.lang.Object
org.gridgain.lang.GridgainErrorGroups.Security
- Enclosing class:
- GridgainErrorGroups
Security context error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intGeneral Security context error.static final intCompute job owner can't be retrieved.static final intSecurity context is not set. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COMMON_SECURITY_ERR
public static final int COMMON_SECURITY_ERRGeneral Security context error. -
SECURITY_CONTEXT_NOT_SET_ERR
public static final int SECURITY_CONTEXT_NOT_SET_ERRSecurity context is not set. -
FAIL_TO_GET_JOB_OWNER_ERR
public static final int FAIL_TO_GET_JOB_OWNER_ERRCompute job owner can't be retrieved.
-
-
Constructor Details
-
Security
public Security()
-