Package org.dspace.harvest
Class HarvestingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.dspace.harvest.HarvestingException
-
- All Implemented Interfaces:
Serializable
public class HarvestingException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HarvestingException()HarvestingException(String message)HarvestingException(String message, Throwable t)HarvestingException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-