Package org.dspace.harvest
Class HarvestingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.harvest.HarvestingException
- All Implemented Interfaces:
Serializable
Exception class specifically assigned to recoverable errors that occur during harvesting. Throughout the harvest
process, various exceptions
are caught and turned into a HarvestingException. Uncaught exceptions are irrecoverable errors.
- Author:
- alexey
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHarvestingException(String message) HarvestingException(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HarvestingException
public HarvestingException() -
HarvestingException
-
HarvestingException
-
HarvestingException
-