dk.netarkivet.common.exceptions
Class HarvestingAbort

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dk.netarkivet.common.exceptions.NetarkivetException
                  extended by dk.netarkivet.common.exceptions.HarvestingAbort
All Implemented Interfaces:
java.io.Serializable

public class HarvestingAbort
extends NetarkivetException

This exception is used to signal that harvest is aborted.

See Also:
Serialized Form

Constructor Summary
HarvestingAbort(java.lang.String message)
          Create a new HarvestAbort exception based on an old exception.
HarvestingAbort(java.lang.String message, java.lang.Throwable cause)
          Create a new HarvestAbort exception based on an old exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HarvestingAbort

public HarvestingAbort(java.lang.String message)
Create a new HarvestAbort exception based on an old exception.

Parameters:
message - Explanatory message

HarvestingAbort

public HarvestingAbort(java.lang.String message,
                       java.lang.Throwable cause)
Create a new HarvestAbort exception based on an old exception.

Parameters:
message - Explanatory message
cause - The exception that prompted the exception