Class QueryPermissionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.orchestranetworks.permissions.QueryPermissionException
All Implemented Interfaces:
Serializable

public final class QueryPermissionException extends RuntimeException
This exception is thrown when a query fails because some nodes are not visible for the user.

Attention: The permission check does not take into account the access rules set on fields which are record-dependent. In other words, AccessRule.getPermission(Adaptation, Session, SchemaNode) is only called with the dataset for the aDataSetOrRecord parameter.

Since:
6.0.0
See Also: