mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 05:23:14 +00:00
73422: Delete eperson: community feedback
This commit is contained in:
@@ -247,7 +247,7 @@ public class EPersonServiceImpl extends DSpaceObjectServiceImpl<EPerson> impleme
|
||||
throw new AuthorizeException(ex.getMessage());
|
||||
} catch (IOException ex) {
|
||||
log.error("This IOException: " + ex + " occured while deleting Eperson with the ID: " + ePerson.getID());
|
||||
throw new AuthorizeException(new EPersonDeletionException());
|
||||
throw new AuthorizeException(ex);
|
||||
} catch (EPersonDeletionException e) {
|
||||
throw new IllegalStateException(e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user