Uses of Class
pro.taskana.common.api.exceptions.TaskanaRuntimeException
-
Packages that use TaskanaRuntimeException Package Description pro.taskana.common.api.exceptions -
-
Uses of TaskanaRuntimeException in pro.taskana.common.api.exceptions
Subclasses of TaskanaRuntimeException in pro.taskana.common.api.exceptions Modifier and Type Class Description classAutocommitFailedExceptionThis exception is thrown when using TASKANA with the AUTOCOMMIT ConnectionManagementMode and an attempt to commit fails.classConnectionNotSetExceptionThis exception is thrown when using TASKANA with the CONNECTION_MANAGED_EXTERNALLY ConnectionManagementMode and an attempt is made to call an API method before the TaskananEngine#setConnection() method has been called.classSystemExceptionThis exception is thrown when a generic TASKANA problem is encountered.classUnsupportedDatabaseExceptionThis exception is thrown when the database name doesn't match to one of the desired databases.
-