| Exception | Description |
|---|---|
| ContextExistsException | |
| DatabaseLockedException |
This exception is thrown when the underlying database is locked due to an update or so
|
| DatabaseUpdateException | |
| DuplicateExtensionException | |
| EnforceableDataObjectException | |
| InvalidCredentialsException |
Is thrown when user sends invalid credentials.
|
| InvalidDataException |
Is thrown when user sends invalid data to the server.
|
| MissingOptionException | |
| MissingServiceException | |
| NoSuchContextException |
Is thrown when user want to do an action in a context which doesn't exists in the system.
|
| NoSuchDatabaseException |
Thrown if a database doesn't exist in an operation.
|
| NoSuchFilestoreException |
Thrown if a filestore doesn't exist in an operation
|
| NoSuchGroupException |
Is thrown if a user doesn't exist in an operation
|
| NoSuchObjectException |
Super class for all exceptions thrown if some object is not found.
|
| NoSuchPublicationException |
Is thrown if a publication doesn't exist in an operation
|
| NoSuchReasonException |
Thrown if an user doesn't exist in an operation.
|
| NoSuchResourceException |
Is thrown if a user doesn't exist in an operation
|
| NoSuchUserException |
Is thrown if a user doesn't exist in an operation
|
| OXContextException |
OXContext exception class
|
| PoolException | |
| ProgrammErrorException |
This class is used if a shell script return an exitstatus != 0
|
| StorageException | |
| TaskExecutionException |
This exception should be used if an exception is raised inside a running task which is not known
to the outside world.
|
| TaskManagerException | |
| UserExistsException |