| Exception | Description |
|---|---|
| AttachmentPersistenceException |
Thrown, when an attachment should be inserted to the DB, but it does already exist.
This may happen when a not persisted attachment with ID will be added twice on a task. |
| AutocommitFailedException |
Thrown in ConnectionManagementMode AUTOCOMMIT when an attempt to commit fails.
|
| ClassificationAlreadyExistException |
Thrown, when a classification does already exits, but wanted to create with same ID+domain.
|
| ClassificationInUseException |
Thrown if a specific task is not in the database.
|
| ClassificationNotFoundException |
Thrown if a specific task is not in the database.
|
| ConcurrencyException |
This exception is thrown when an attempt is made to update an object that has already been updated by another user.
|
| ConnectionNotSetException |
Thrown if ConnectionManagementMode is CONNECTION_MANAGED_EXTERNALLY and an attempt is made to call an API method before the setConnection() method has been called.
|
| DomainNotFoundException |
This exception is thrown if a domain name is specified which is not found in the configuration.
|
| InvalidArgumentException |
This exception is thrown when a method is called with invalid argument.
|
| InvalidOwnerException |
This exception is thrown when the task state doesn't allow the requested operation.
|
| InvalidStateException |
This exception is thrown when the task state doesn't allow the requested operation.
|
| InvalidWorkbasketException |
This exception is thrown when a request is made to insert or update a workbasket that is missing a required property.
|
| NotAuthorizedException |
This exception is used to communicate a not authorized user.
|
| NotAuthorizedToQueryWorkbasketException |
This exception is used to communicate that a user is not authorized to query a Workbasket.
|
| NotFoundException |
This exception will be thrown if a specific object is not in the database.
|
| SystemException |
This exception is thrown when a generic taskana problem is encountered.
|
| TaskAlreadyExistException |
Thrown when a Task is going to be created, but a Task with the same ID does already exist.
|
| TaskanaException |
common base class for Taskana's checked exceptions.
|
| TaskanaRuntimeException |
Common base class for Taskana's runtime exceptions.
|
| TaskNotFoundException |
This exception will be thrown if a specific task is not in the database.
|
| UnsupportedDatabaseException |
This exception will be thrown if the database name doesn't match to one of the desired databases.
|
| WorkbasketAlreadyExistException |
Thrown, when a workbasket does already exits, but wanted to create with same ID.
|
| WorkbasketInUseException |
Thrown if a specific Workbasket does have content and should be deleted.
|
| WorkbasketNotFoundException |
This exception will be thrown if a specific workbasket is not in the database.
|
Copyright © 2019. All rights reserved.