Package pro.taskana.workbasket.api.exceptions
-
Exception Summary Exception Description InvalidWorkbasketException This exception is thrown when a request is made to insert or update a workbasket that is missing a required property.NotAuthorizedToQueryWorkbasketException This exception is used to communicate that a user is not authorized to query a Workbasket.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.