Package org.dspace.app.itemexport
Class ItemExportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.dspace.app.itemexport.ItemExportException
-
- All Implemented Interfaces:
Serializable
public class ItemExportException extends Exception
An exception that can be thrown when error occur during item export- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intEXPORT_TOO_LARGE
-
Constructor Summary
Constructors Constructor Description ItemExportException(int r, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetReason()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
EXPORT_TOO_LARGE
public static final int EXPORT_TOO_LARGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ItemExportException
public ItemExportException(int r, String message)
-
-