class InsufficientRightsException extends AccessException

Class InsufficientRightsException

This exception will be thrown if the user has insufficient rights, e.g an operation expects write rights but the operator has only read rights, so this exception would be thrown.