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