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 Summary
ConstructorsConstructorDescriptionRoleAssignmentNotFoundException(int code, String message) Constructor.RoleAssignmentNotFoundException(String roleName, String username) Constructor. -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RoleAssignmentNotFoundException
Constructor.- Parameters:
roleName- role name for which role assignment does not exist.username- username for which role assignment does not exist.
-
RoleAssignmentNotFoundException
Constructor.
-
-
Method Details
-
fromMessage
-