} catch (RollbackException rbe){
//TODO we shouldn't do like this Since we aren't parsing the record information.
// Its a time being hack.
throw new AuthorizationFailedException("Individual - deleteIndividual");
} catch (SystemException se){
throw new EJBException(se);
} catch (HeuristicMixedException hme){
throw new EJBException(hme);
} catch (HeuristicRollbackException hre){
//TODO we shouldn't do like this Since we aren't parsing the record information.
// Its a time being hack.
throw new AuthorizationFailedException("Individual - deleteIndividual");
}
throw new UserLoginAssociationException();
}
throw new RemoveException();
}catch(RollbackException rbe){
//TODO we shouldn't do like this Since we aren't parsing the record information.
// Its a time being hack.
throw new AuthorizationFailedException("Individual - deleteIndividual");
}catch(SystemException se){
throw new EJBException(se);
}catch(HeuristicMixedException hme){
throw new EJBException(hme);
}catch(HeuristicRollbackException hre){
//TODO we shouldn't do like this Since we aren't parsing the record information.
// Its a time being hack.
throw new AuthorizationFailedException("Individual - deleteIndividual");
}catch(NotSupportedException nse){
throw new EJBException(nse);
}catch(CreateException ce){
//TODO we shouldn't do like this Since we aren't parsing the record information.
// Its a time being hack.
throw new AuthorizationFailedException("Individual - deleteIndividual");
}