Class RoleNotFoundException

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

public class RoleNotFoundException extends org.apache.ignite.lang.IgniteException
Thrown when role with the provided role name is not found.
See Also:
  • Constructor Details

    • RoleNotFoundException

      public RoleNotFoundException(String roleName)
      Constructor.
      Parameters:
      roleName - role name that is not found.
    • RoleNotFoundException

      public RoleNotFoundException(int code, String message)
  • Method Details