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.api.exceptions pro.taskana.task.internal -
Classes in pro.taskana.task.api.exceptions used by pro.taskana.task.api Class Description AttachmentPersistenceException This exception is thrown when an Attachment should be inserted to the DB, but it does already exist.InvalidOwnerException This exception is thrown when the current user is not the owner of the Task.InvalidStateException This exception is thrown when the current state doesn't allow the requested operation.ObjectReferencePersistenceException This exception is thrown when an ObjectReference should be inserted to the DB, but it does already exist.TaskAlreadyExistException This exception is thrown when a Task is going to be created, but a Task with the same external id does already exist.TaskCommentNotFoundException This exception is thrown when a specific TaskComment is not in the database.TaskNotFoundException This exception is thrown when a specific Task is not in the database. -
Classes in pro.taskana.task.api.exceptions used by pro.taskana.task.api.exceptions Class Description InvalidStateException This exception is thrown when the current state doesn't allow the requested operation. -
Classes in pro.taskana.task.api.exceptions used by pro.taskana.task.internal Class Description AttachmentPersistenceException This exception is thrown when an Attachment should be inserted to the DB, but it does already exist.InvalidOwnerException This exception is thrown when the current user is not the owner of the Task.InvalidStateException This exception is thrown when the current state doesn't allow the requested operation.ObjectReferencePersistenceException This exception is thrown when an ObjectReference should be inserted to the DB, but it does already exist.TaskAlreadyExistException This exception is thrown when a Task is going to be created, but a Task with the same external id does already exist.TaskCommentNotFoundException This exception is thrown when a specific TaskComment is not in the database.TaskNotFoundException This exception is thrown when a specific Task is not in the database.