Class HarvestingAbort

    • Constructor Detail

      • HarvestingAbort

        public HarvestingAbort​(String message)
        Create a new HarvestAbort exception based on an old exception.
        Parameters:
        message - Explanatory message
      • HarvestingAbort

        public HarvestingAbort​(String message,
                               Throwable cause)
        Create a new HarvestAbort exception based on an old exception.
        Parameters:
        message - Explanatory message
        cause - The exception that prompted the exception