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 NotAuthorizedOnWorkbasketException This exception is thrown when the current user does not have a certain permission on a Workbasket.WorkbasketNotFoundException This exception is thrown when a specific Workbasket is not in the database. -
Classes in pro.taskana.workbasket.api.exceptions used by pro.taskana.task.internal Class Description NotAuthorizedOnWorkbasketException This exception is thrown when the current user does not have a certain permission on a Workbasket.WorkbasketNotFoundException This exception is thrown when a specific Workbasket is not in the database. -
Classes in pro.taskana.workbasket.api.exceptions used by pro.taskana.workbasket.api Class Description NotAuthorizedOnWorkbasketException This exception is thrown when the current user does not have a certain permission on a Workbasket.WorkbasketAccessItemAlreadyExistException This exception is thrown when an already existing WorkbasketAccessItem was tried to be created.WorkbasketAlreadyExistException This exception is thrown when an already existing Workbasket was tried to be created.WorkbasketInUseException This exception is thrown when a specific Workbasket does have content and is tried to be deleted.WorkbasketNotFoundException This exception is thrown when a specific Workbasket is not in the database. -
Classes in pro.taskana.workbasket.api.exceptions used by pro.taskana.workbasket.internal Class Description NotAuthorizedOnWorkbasketException This exception is thrown when the current user does not have a certain permission on a Workbasket.WorkbasketAccessItemAlreadyExistException This exception is thrown when an already existing WorkbasketAccessItem was tried to be created.WorkbasketAlreadyExistException This exception is thrown when an already existing Workbasket was tried to be created.WorkbasketInUseException This exception is thrown when a specific Workbasket does have content and is tried to be deleted.WorkbasketNotFoundException This exception is thrown when a specific Workbasket is not in the database.