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:
  • Constructor Details

    • HarvestingException

      public HarvestingException()
    • HarvestingException

      public HarvestingException(String message, Throwable t)
    • HarvestingException

      public HarvestingException(String message)
    • HarvestingException

      public HarvestingException(Throwable t)