Class RoleGrantedException

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

public class RoleGrantedException extends org.apache.ignite.lang.IgniteException
Thrown when role granted with some privileges and drop operation cannot be performed.
See Also:
  • Constructor Details

    • RoleGrantedException

      public RoleGrantedException(String roleName)
      Constructor.
      Parameters:
      roleName - role name.