IOException {
try {
// A call to SeDelete.byId immediately deletes the row from the
// database. The application does not need to call execute()
// try{
seDelete.byId(qualifiedName, objectID);
// }catch(SeException e){
// final int FID_DOESNT_EXIST = -22;
// if(e.getSeError().getSdeError() == FID_DOESNT_EXIST){
// //ignore
// }else{