Uses of Package
dk.netarkivet.common.exceptions

Packages that use dk.netarkivet.common.exceptions
dk.netarkivet.archive.arcrepository   
dk.netarkivet.archive.arcrepository.bitpreservation   
dk.netarkivet.archive.arcrepository.distribute   
dk.netarkivet.archive.arcrepositoryadmin   
dk.netarkivet.archive.bitarchive   
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.archive.checksum   
dk.netarkivet.archive.checksum.distribute   
dk.netarkivet.archive.distribute   
dk.netarkivet.archive.tools   
dk.netarkivet.archive.webinterface   
dk.netarkivet.common.distribute   
dk.netarkivet.common.distribute.arcrepository   
dk.netarkivet.common.exceptions   
dk.netarkivet.common.utils   
dk.netarkivet.common.utils.arc   
dk.netarkivet.common.utils.archive   
dk.netarkivet.common.utils.batch   
dk.netarkivet.common.utils.cdx   
dk.netarkivet.common.utils.warc   
dk.netarkivet.common.webinterface   
dk.netarkivet.deploy Contains software for installing NetarchiveSuite on multiple machines. 
dk.netarkivet.harvester.datamodel   
dk.netarkivet.harvester.datamodel.extendedfield   
dk.netarkivet.harvester.distribute   
dk.netarkivet.harvester.harvesting This module handles defining, scheduling, and execution of harvests. 
dk.netarkivet.harvester.harvesting.controller   
dk.netarkivet.harvester.harvesting.distribute   
dk.netarkivet.harvester.harvesting.metadata   
dk.netarkivet.harvester.harvesting.report   
dk.netarkivet.harvester.indexserver   
dk.netarkivet.harvester.indexserver.distribute   
dk.netarkivet.harvester.scheduler   
dk.netarkivet.harvester.scheduler.jobgen   
dk.netarkivet.harvester.webinterface   
dk.netarkivet.monitor.distribute   
dk.netarkivet.monitor.webinterface   
dk.netarkivet.wayback.indexer Retrieves indexes of the ARC files in the repository which are needed by Wayback. 
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.archive.arcrepository
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IllegalState
          An object was not in the right state for the operation attempted.
IOFailure
          An input/output operation failed.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.archive.arcrepository.bitpreservation
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IllegalState
          An object was not in the right state for the operation attempted.
IOFailure
          An input/output operation failed.
NotImplementedException
          An exception to throw when an unfinished function is called.
PermissionDenied
          Access was denied to a resource or credentials were invalid.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.archive.arcrepository.distribute
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IOFailure
          An input/output operation failed.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.archive.arcrepositoryadmin
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IllegalState
          An object was not in the right state for the operation attempted.
IOFailure
          An input/output operation failed.
PermissionDenied
          Access was denied to a resource or credentials were invalid.
UnknownID
          Identifier could not be resolved.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.archive.bitarchive
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IOFailure
          An input/output operation failed.
PermissionDenied
          Access was denied to a resource or credentials were invalid.
UnknownID
          Identifier could not be resolved.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.archive.bitarchive.distribute
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IOFailure
          An input/output operation failed.
UnknownID
          Identifier could not be resolved.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.archive.checksum
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IllegalState
          An object was not in the right state for the operation attempted.
IOFailure
          An input/output operation failed.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.archive.checksum.distribute
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IllegalState
          An object was not in the right state for the operation attempted.
IOFailure
          An input/output operation failed.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.archive.distribute
ArgumentNotValid
          Indicates that one or more arguments are invalid.
PermissionDenied
          Access was denied to a resource or credentials were invalid.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.archive.tools
IOFailure
          An input/output operation failed.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.archive.webinterface
ArgumentNotValid
          Indicates that one or more arguments are invalid.
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.
IllegalState
          An object was not in the right state for the operation attempted.
IOFailure
          An input/output operation failed.
UnknownID
          Identifier could not be resolved.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.common.distribute
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IllegalState
          An object was not in the right state for the operation attempted.
IOFailure
          An input/output operation failed.
NotImplementedException
          An exception to throw when an unfinished function is called.
PermissionDenied
          Access was denied to a resource or credentials were invalid.
UnknownID
          Identifier could not be resolved.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.common.distribute.arcrepository
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IllegalState
          An object was not in the right state for the operation attempted.
IOFailure
          An input/output operation failed.
PermissionDenied
          Access was denied to a resource or credentials were invalid.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.common.exceptions
NetarkivetException
          Base exception for all Netarkivet exceptions.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.common.utils
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IOFailure
          An input/output operation failed.
PermissionDenied
          Access was denied to a resource or credentials were invalid.
UnknownID
          Identifier could not be resolved.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.common.utils.arc
ArgumentNotValid
          Indicates that one or more arguments are invalid.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.common.utils.archive
ArgumentNotValid
          Indicates that one or more arguments are invalid.
NetarkivetException
          Base exception for all Netarkivet exceptions.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.common.utils.batch
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IOFailure
          An input/output operation failed.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.common.utils.cdx
ArgumentNotValid
          Indicates that one or more arguments are invalid.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.common.utils.warc
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IOFailure
          An input/output operation failed.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.common.webinterface
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.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.deploy
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IllegalState
          An object was not in the right state for the operation attempted.
IOFailure
          An input/output operation failed.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.harvester.datamodel
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IOFailure
          An input/output operation failed.
UnknownID
          Identifier could not be resolved.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.harvester.datamodel.extendedfield
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IOFailure
          An input/output operation failed.
UnknownID
          Identifier could not be resolved.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.harvester.distribute
PermissionDenied
          Access was denied to a resource or credentials were invalid.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.harvester.harvesting
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IOFailure
          An input/output operation failed.
UnknownID
          Identifier could not be resolved.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.harvester.harvesting.controller
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IOFailure
          An input/output operation failed.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.harvester.harvesting.distribute
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IOFailure
          An input/output operation failed.
PermissionDenied
          Access was denied to a resource or credentials were invalid.
UnknownID
          Identifier could not be resolved.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.harvester.harvesting.metadata
ArgumentNotValid
          Indicates that one or more arguments are invalid.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.harvester.harvesting.report
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IOFailure
          An input/output operation failed.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.harvester.indexserver
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IOFailure
          An input/output operation failed.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.harvester.indexserver.distribute
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IllegalState
          An object was not in the right state for the operation attempted.
IOFailure
          An input/output operation failed.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.harvester.scheduler
ArgumentNotValid
          Indicates that one or more arguments are invalid.
IOFailure
          An input/output operation failed.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.harvester.scheduler.jobgen
ArgumentNotValid
          Indicates that one or more arguments are invalid.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.harvester.webinterface
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.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.monitor.distribute
PermissionDenied
          Access was denied to a resource or credentials were invalid.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.monitor.webinterface
ArgumentNotValid
          Indicates that one or more arguments are invalid.
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.
 

Classes in dk.netarkivet.common.exceptions used by dk.netarkivet.wayback.indexer
IllegalState
          An object was not in the right state for the operation attempted.