Class GridgainErrorGroups.Security

java.lang.Object
org.gridgain.lang.GridgainErrorGroups.Security
Enclosing class:
GridgainErrorGroups

public static class GridgainErrorGroups.Security extends Object
Security context error group.
  • Field Details

    • COMMON_SECURITY_ERR

      public static final int COMMON_SECURITY_ERR
      General Security context error.
    • SECURITY_CONTEXT_NOT_SET_ERR

      public static final int SECURITY_CONTEXT_NOT_SET_ERR
      Security context is not set.
    • FAIL_TO_GET_JOB_OWNER_ERR

      public static final int FAIL_TO_GET_JOB_OWNER_ERR
      Compute job owner can't be retrieved.
  • Constructor Details

    • Security

      public Security()