Package org.dspace.app.bulkedit
Class MetadataImportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.app.bulkedit.MetadataImportException
- All Implemented Interfaces:
Serializable
Metadata importer exception
- Author:
- Stuart Lewis
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMetadataImportException(String message) Instantiate a new MetadataImportExceptionMetadataImportException(String message, Exception exception) Instantiate a new MetadataImportException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetadataImportException
Instantiate a new MetadataImportException- Parameters:
message- the error message
-
MetadataImportException
Instantiate a new MetadataImportException- Parameters:
message- the error messageexception- the root cause
-