Class GridgainErrorGroups.NodeKeyManagement

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

public static class GridgainErrorGroups.NodeKeyManagement extends Object
Node key management error group.
  • Field Details

    • KEY_DECODING_ERR

      public static final int KEY_DECODING_ERR
      Node key decoding error.
    • KEY_EXPIRED_ERR

      public static final int KEY_EXPIRED_ERR
      Node key expired error.
    • KEY_GENERATION_ERR

      public static final int KEY_GENERATION_ERR
      Node key generation error.
    • KEY_STORE_ERR

      public static final int KEY_STORE_ERR
      Node key store error.
    • KEY_SER_DE_ERR

      public static final int KEY_SER_DE_ERR
      Node key serialization/deserialization error.
    • KEY_VALIDATION_ERR

      public static final int KEY_VALIDATION_ERR
      Node key validation error.
  • Constructor Details

    • NodeKeyManagement

      public NodeKeyManagement()