*
* @exception ConnectException If the administration connection is closed or broken.
* @exception AdminException If the request fails.
*/
public void unsetReader(User user) throws ConnectException, AdminException {
doRequest(new UnsetReader(user.getProxyId(), getName()));
}