Package pro.taskana.workbasket.api.exceptions
-
Exception Summary Exception Description NotAuthorizedOnWorkbasketException This exception is thrown when the current user does not have a certain permission on a Workbasket.NotAuthorizedToQueryWorkbasketException This exception is thrown when a user is not authorized to query 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.WorkbasketMarkedForDeletionException This exception is thrown when a Workbasket, which was marked for deletion, could not be deleted.WorkbasketNotFoundException This exception is thrown when a specific Workbasket is not in the database.