| Exception | Description |
|---|---|
| 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.
|
| ClassificationNotFoundException |
Thrown if a specific task is not in the database.
|
| 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.
|
| 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.
|
| NotFoundException |
This exception will be thrown if a specific object is not in the database.
|
| 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.
|
| WorkbasketNotFoundException |
This exception will be thrown if a specific workbasket is not in the database.
|
Copyright © 2017. All rights reserved.