Uses of Class
dk.netarkivet.common.exceptions.NetarkivetException

Packages that use NetarkivetException
dk.netarkivet.common.exceptions   
dk.netarkivet.common.utils.archive   
 

Uses of NetarkivetException in dk.netarkivet.common.exceptions
 

Subclasses of NetarkivetException in dk.netarkivet.common.exceptions
 class ArgumentNotValid
          Indicates that one or more arguments are invalid.
 class BatchTermination
          Exception to tell running batchjobs to terminate.
 class ForwardedToErrorPage
          This exception indicates that we have forwarded to a JSP error page and thus should stop all processing and just return at the top level JSP.
 class HarvestingAbort
          This exception is used to signal that harvest is aborted.
 class IllegalState
          An object was not in the right state for the operation attempted.
 class IOFailure
          An input/output operation failed.
 class NotImplementedException
          An exception to throw when an unfinished function is called.
 class PermissionDenied
          Access was denied to a resource or credentials were invalid.
 class UnknownID
          Identifier could not be resolved.
 

Uses of NetarkivetException in dk.netarkivet.common.utils.archive
 

Methods in dk.netarkivet.common.utils.archive with parameters of type NetarkivetException
protected  void ArchiveBatchJobBase.handleOurException(NetarkivetException e, java.io.File archiveFile, long index)
          Private method that handles our exception.