Class 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 Detail

      • HarvestingException

        public HarvestingException()
      • HarvestingException

        public HarvestingException​(String message,
                                   Throwable t)
      • HarvestingException

        public HarvestingException​(String message)
      • HarvestingException

        public HarvestingException​(Throwable t)