Uses of Package
pro.taskana.workbasket.api.exceptions
-
Packages that use pro.taskana.workbasket.api.exceptions Package Description pro.taskana.task.api pro.taskana.task.internal pro.taskana.workbasket.api pro.taskana.workbasket.internal -
Classes in pro.taskana.workbasket.api.exceptions used by pro.taskana.task.api Class Description WorkbasketNotFoundException This exception will be thrown if a specific workbasket is not in the database. -
Classes in pro.taskana.workbasket.api.exceptions used by pro.taskana.task.internal Class Description WorkbasketNotFoundException This exception will be thrown if a specific workbasket is not in the database. -
Classes in pro.taskana.workbasket.api.exceptions used by pro.taskana.workbasket.api Class Description InvalidWorkbasketException This exception is thrown when a request is made to insert or update a workbasket that is missing a required property.WorkbasketAccessItemAlreadyExistException WorkbasketAlreadyExistException Thrown, when a workbasket does already exits, but wanted to create with same ID.WorkbasketInUseException Thrown if a specific Workbasket does have content and should be deleted.WorkbasketNotFoundException This exception will be thrown if a specific workbasket is not in the database. -
Classes in pro.taskana.workbasket.api.exceptions used by pro.taskana.workbasket.internal Class Description InvalidWorkbasketException This exception is thrown when a request is made to insert or update a workbasket that is missing a required property.WorkbasketAccessItemAlreadyExistException WorkbasketAlreadyExistException Thrown, when a workbasket does already exits, but wanted to create with same ID.WorkbasketInUseException Thrown if a specific Workbasket does have content and should be deleted.WorkbasketNotFoundException This exception will be thrown if a specific workbasket is not in the database.