Uses of Package
org.fcrepo.server.errors

Packages that use org.fcrepo.server.errors
org.fcrepo.server   
org.fcrepo.server.access   
org.fcrepo.server.access.defaultdisseminator   
org.fcrepo.server.access.dissemination   
org.fcrepo.server.errors   
org.fcrepo.server.errors.authorization   
org.fcrepo.server.journal   
org.fcrepo.server.journal.entry   
org.fcrepo.server.journal.managementmethods   
org.fcrepo.server.journal.readerwriter.singlefile   
org.fcrepo.server.journal.recoverylog   
org.fcrepo.server.management   
org.fcrepo.server.messaging   
org.fcrepo.server.oai   
org.fcrepo.server.proxy   
org.fcrepo.server.resourceIndex   
org.fcrepo.server.rest   
org.fcrepo.server.search   
org.fcrepo.server.security   
org.fcrepo.server.security.impl   
org.fcrepo.server.storage   
org.fcrepo.server.storage.lowlevel   
org.fcrepo.server.storage.lowlevel.akubra   
org.fcrepo.server.storage.service   
org.fcrepo.server.storage.translation   
org.fcrepo.server.storage.types   
org.fcrepo.server.utilities   
org.fcrepo.server.utilities.rebuild   
org.fcrepo.server.validation   
org.fcrepo.server.validation.ecm   
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server
GeneralException
          A general exception indicating something went wrong on the server.
MalformedPidException
          Signals that a PID is malformed.
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ModuleShutdownException
          Signals that an error occurred during a module's shutdown.
ServerInitializationException
          Signifies that an error occurred during the server's initialization.
ServerShutdownException
          Signifies that an error occurred during the server's shutdown.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.access
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ServerException
          The superclass for all Fedora server exceptions.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.access.defaultdisseminator
ServerException
          The superclass for all Fedora server exceptions.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.access.dissemination
ServerException
          The superclass for all Fedora server exceptions.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.errors
DisseminationException
          Signals an error in processing a dissemination request.
InitializationException
          Superclass for initialization-related exceptions.
LowlevelStorageException
           
ObjectIntegrityException
          Signals that an object (serialized or deserialized) is inappropriately formed in the context that it is being examined.
ResourceIndexException
           
ServerException
          The superclass for all Fedora server exceptions.
ShutdownException
          Superclass for shutdown-related exceptions.
StorageException
          Abstract superclass for storage-related exceptions.
StreamIOException
          Superclass for low-level stream i/o problems.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.errors.authorization
ServerException
          The superclass for all Fedora server exceptions.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.journal
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ModuleShutdownException
          Signals that an error occurred during a module's shutdown.
ServerException
          The superclass for all Fedora server exceptions.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.journal.entry
ServerException
          The superclass for all Fedora server exceptions.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.journal.managementmethods
ServerException
          The superclass for all Fedora server exceptions.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.journal.readerwriter.singlefile
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.journal.recoverylog
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.management
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ModuleShutdownException
          Signals that an error occurred during a module's shutdown.
ServerException
          The superclass for all Fedora server exceptions.
StreamReadException
          Signals that a low-level error occurred reading from a stream.
StreamWriteException
          Signals a low-level error while writing to a stream.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.messaging
MessagingException
           
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ModuleShutdownException
          Signals that an error occurred during a module's shutdown.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.oai
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.proxy
InitializationException
          Superclass for initialization-related exceptions.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.resourceIndex
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ModuleShutdownException
          Signals that an error occurred during a module's shutdown.
ResourceIndexException
           
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.rest
ServerException
          The superclass for all Fedora server exceptions.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.search
InvalidOperatorException
          Thrown when an operator is invalid.
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ObjectIntegrityException
          Signals that an object (serialized or deserialized) is inappropriately formed in the context that it is being examined.
QueryParseException
          Thrown when a query is badly formed.
RepositoryConfigurationException
          An exception indicating a low-level configuration or related problem with the repository software.
ServerException
          The superclass for all Fedora server exceptions.
StorageDeviceException
          Signals that a storage device failed to behave as expected.
StreamIOException
          Superclass for low-level stream i/o problems.
UnknownSessionTokenException
          Signals that the requested session was not found.
UnrecognizedFieldException
          Thrown when a field is not recognized.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.security
BackendSecurityParserException
          A parser exception indicating something went wrong while parsing the backend security configuration file.
GeneralException
          A general exception indicating something went wrong on the server.
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ServerException
          The superclass for all Fedora server exceptions.
StreamIOException
          Superclass for low-level stream i/o problems.
ValidationException
          Signals an error while validating.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.security.impl
GeneralException
          A general exception indicating something went wrong on the server.
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ValidationException
          Signals an error while validating.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.storage
ConnectionPoolNotFoundException
          Signals a database ConnectionPool could not be found.
DatastreamNotFoundException
          Signals that a datastream could not be found.
GeneralException
          A general exception indicating something went wrong on the server.
HttpServiceNotFoundException
          Signals that a successful HTTP connection could NOT be made to the designated URL.
MethodNotFoundException
          Signals that a method associated with a Service Deployment could not be found.
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ModuleShutdownException
          Signals that an error occurred during a module's shutdown.
ObjectIntegrityException
          Signals that an object (serialized or deserialized) is inappropriately formed in the context that it is being examined.
ObjectLockedException
          Signals that an object was locked.
ObjectNotFoundException
          Signals that an object could not be found.
RepositoryConfigurationException
          An exception indicating a low-level configuration or related problem with the repository software.
ServerException
          The superclass for all Fedora server exceptions.
StorageDeviceException
          Signals that a storage device failed to behave as expected.
StreamIOException
          Superclass for low-level stream i/o problems.
UnsupportedTranslationException
          Thrown when some format+encoding pair isn't supported by a translator.
ValidationException
          Signals an error while validating.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.storage.lowlevel
LowlevelStorageException
           
LowlevelStorageInconsistencyException
           
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ObjectNotInLowlevelStorageException
           
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.storage.lowlevel.akubra
LowlevelStorageException
           
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.storage.service
GeneralException
          A general exception indicating something went wrong on the server.
ObjectIntegrityException
          Signals that an object (serialized or deserialized) is inappropriately formed in the context that it is being examined.
RepositoryConfigurationException
          An exception indicating a low-level configuration or related problem with the repository software.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.storage.translation
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ObjectIntegrityException
          Signals that an object (serialized or deserialized) is inappropriately formed in the context that it is being examined.
ServerException
          The superclass for all Fedora server exceptions.
StreamIOException
          Superclass for low-level stream i/o problems.
UnsupportedTranslationException
          Thrown when some format+encoding pair isn't supported by a translator.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.storage.types
GeneralException
          A general exception indicating something went wrong on the server.
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ServerInitializationException
          Signifies that an error occurred during the server's initialization.
StreamIOException
          Superclass for low-level stream i/o problems.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.utilities
GeneralException
          A general exception indicating something went wrong on the server.
InconsistentTableSpecException
          Thrown when a table specification is not internally consistent.
InvalidOperatorException
          Thrown when an operator is invalid.
ObjectIntegrityException
          Signals that an object (serialized or deserialized) is inappropriately formed in the context that it is being examined.
QueryParseException
          Thrown when a query is badly formed.
RepositoryConfigurationException
          An exception indicating a low-level configuration or related problem with the repository software.
ServerException
          The superclass for all Fedora server exceptions.
StreamIOException
          Superclass for low-level stream i/o problems.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.utilities.rebuild
InitializationException
          Superclass for initialization-related exceptions.
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ServerInitializationException
          Signifies that an error occurred during the server's initialization.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.validation
GeneralException
          A general exception indicating something went wrong on the server.
ModuleInitializationException
          Signals that an error occurred during a module's initialization.
ObjectValidityException
          Signals that an object is not valid.
ServerException
          The superclass for all Fedora server exceptions.
ValidationException
          Signals an error while validating.
 

Classes in org.fcrepo.server.errors used by org.fcrepo.server.validation.ecm
ServerException
          The superclass for all Fedora server exceptions.
 



Copyright © 2012 DuraSpace. All Rights Reserved.