Class IllegalPrivilegeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.rbac.privileges.exception.IllegalPrivilegeException
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.TraceableException
public class IllegalPrivilegeException
extends org.apache.ignite.lang.IgniteException
Thrown when a privilege is illegal. For example, [action = READ_CLUSTER_CONFIG, selector = PUBLIC.TABLE].
- See Also:
-
Constructor Summary
Constructors -
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
-
IllegalPrivilegeException
-
IllegalPrivilegeException
-