| Exception | Description |
|---|---|
| AutocommitFailedException |
Thrown in ConnectionManagementMode AUTOCOMMIT when an attempt to commit fails.
|
| 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.
|
| 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.
|
| SystemException |
This exception is thrown when a generic taskana problem is encountered.
|
| TaskanaException |
common base class for Taskana's checked exceptions.
|
| TaskanaRuntimeException |
Common base class for Taskana's runtime exceptions.
|
| UnsupportedDatabaseException |
This exception will be thrown if the database name doesn't match to one of the desired databases.
|
| WrongCustomHolidayFormatException |
Copyright © 2020. All rights reserved.