Package org.dspace.eperson
Class EPersonDeletionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.dspace.eperson.EPersonDeletionException
-
- All Implemented Interfaces:
Serializable
public class EPersonDeletionException extends Exception
Exception indicating that an EPerson may not be deleted due to the presence of the EPerson's ID in certain tables- Author:
- Grace Carpenter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EPersonDeletionException()Create an empty EPersonDeletionExceptionEPersonDeletionException(List<String> tableList)Create an EPersonDeletionException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getTables()Return the list of offending tables.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-