CubeViewReader.CHECK_RIGHTS = true;
}
}
} catch (SQLException e) {
UserSession userSession = getUserSession(sessionId);
throw new OperationFailedException(userSession.translate("deletionFailed"));
}
delete(sessionId, getNative(sessionId, (XUser) xObj));
}
} catch (OperationFailedException e) {