Uses of Package
pro.taskana.task.api.exceptions
-
Packages that use pro.taskana.task.api.exceptions Package Description pro.taskana.task.api pro.taskana.task.internal -
Classes in pro.taskana.task.api.exceptions used by pro.taskana.task.api Class Description AttachmentPersistenceException Thrown, when an attachment should be inserted to the DB, but it does already exist.
This may happen when a not persisted attachment with ID will be added twice on a task.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.TaskAlreadyExistException Thrown when a Task is going to be created, but a Task with the same ID does already exist.TaskCommentNotFoundException This exception will be thrown if a specific task comment is not in the database.TaskNotFoundException This exception will be thrown if a specific task is not in the database. -
Classes in pro.taskana.task.api.exceptions used by pro.taskana.task.internal Class Description AttachmentPersistenceException Thrown, when an attachment should be inserted to the DB, but it does already exist.
This may happen when a not persisted attachment with ID will be added twice on a task.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.TaskAlreadyExistException Thrown when a Task is going to be created, but a Task with the same ID does already exist.TaskCommentNotFoundException This exception will be thrown if a specific task comment is not in the database.TaskNotFoundException This exception will be thrown if a specific task is not in the database.