Package io.kadai.task.api.exceptions
package io.kadai.task.api.exceptions
-
Exception ClassesClassDescriptionThis exception is thrown when an Attachment should be inserted to the DB, but it does already exist.This exception is thrown when the callback state of the Task doesn't allow the requested operation.This exception is thrown when the current user is not the owner of the Task.This exception is thrown when the current user is not the creator of the TaskComment it tries to modify.This exception is thrown when an ObjectReference should be inserted to the DB, but it does already exist.This exception is thrown when a Task with a registered callback is attempted to be reopened.This exception is thrown when a specific Task violates its service level, e.g. when the combination of planned and due does not match the configured service level.This exception is thrown when a Task is going to be created, but a Task with the same external id does already exist.This exception is thrown when a specific TaskComment is not in the database.This exception is thrown when a specific Task is not in the database.This exception is thrown when a BeforeTransferTaskProvider denies the transfer of a Task to a destination Workbasket.