| AutocommitFailedException |
This exception is thrown when using TASKANA with the AUTOCOMMIT ConnectionManagementMode and 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 |
This exception is thrown when using TASKANA with the EXPLICIT ConnectionManagementMode and an
attempt is made to call an API method before the TaskananEngine#setConnection() method has been
called.
|
| DomainNotFoundException |
This exception is thrown when the specified domain is not found in the configuration.
|
| InvalidArgumentException |
This exception is thrown when a method is called with an invalid argument.
|
| NotAuthorizedException |
This exception is thrown when the current user is not in a certain role
it is supposed to be.
|
| SystemException |
This exception is thrown when a generic TASKANA problem is encountered.
|
| TaskanaException |
common base class for TASKANA's checked exceptions.
|
| TaskanaRuntimeException |
The common base class for TASKANA's runtime exceptions.
|
| UnsupportedDatabaseException |
This exception is thrown when the database name doesn't match to one of the desired databases.
|
| WrongCustomHolidayFormatException |
This exception is thrown when an entry for the CustomHoliday has a wrong format.
|