Class RoleAssignmentNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.rbac.assignments.exception.RoleAssignmentNotFoundException
All Implemented Interfaces:
Serializable, org.apache.ignite.lang.TraceableException

public class RoleAssignmentNotFoundException extends org.apache.ignite.lang.IgniteException
Thrown when role assignment is not found.
See Also:
  • Constructor Details

    • RoleAssignmentNotFoundException

      public RoleAssignmentNotFoundException(String roleName, String username)
      Constructor.
      Parameters:
      roleName - role name for which role assignment does not exist.
      username - username for which role assignment does not exist.
    • RoleAssignmentNotFoundException

      public RoleAssignmentNotFoundException(int code, String message)
      Constructor.
  • Method Details