class |
AlreadyExistsException |
This exception indicates that the operation could not be completed because the targeted resource already exists
|
class |
CorruptObjectException |
This exception indicates that there is something wrong with the underlying OCFL object, and it cannot be operated on
by the ocfl-java library.
|
class |
FixityCheckException |
Indicates that a calculated digest does not match the expected digest
|
class |
InvalidInventoryException |
This exception indicates that there is something wrong with an object's inventory.
|
class |
InvalidVersionException |
This exception indicates that a version number is invalid
|
class |
LockException |
Indicates that the current thread was unable to acquire a lock
|
class |
NotFoundException |
Indicates that a resource was not found
|
class |
ObjectOutOfSyncException |
Indicates that an operation could not be completed because the request is out of sync with the current object
state on disk.
|
class |
OcflDbException |
This exception indicates that there was a problem with a DB operation
|
class |
OcflExtensionException |
This exception indicates that there was a problem with an OCFL extension
|
class |
OcflFileAlreadyExistsException |
This exception is a wrapper around FileAlreadyExistsException
|
class |
OcflInputException |
This is a generic exception that indicates that there was something wrong with an input to ocfl-java
|
class |
OcflIOException |
This exception is a wrapper around an IOException
|
class |
OcflNoSuchFileException |
This exception is a wrapper around NoSuchFileException and FileNotFoundException
|
class |
OcflStateException |
This is a generic exception that indicates that a state constraint was violated
|
class |
OverwriteException |
Indicates that file already exists and could not be overwritten.
|
class |
PathConstraintException |
Indicates when a path has failed a constraint check.
|
class |
RepositoryConfigurationException |
This exception indicates that there is something wrong with the OCFL repository configuration
|
class |
ValidationException |
This exception indicates that there were object validation errors
|