253254255256257258259260
//Propagate the delete directly to the file system fileSystem.delete(id, soft); } catch (Exception e) { throw new DeletePageErr(id); } }