Class WorkbasketAccessItemAlreadyExistException

java.lang.Object
java.lang.Throwable
java.lang.Exception
pro.taskana.common.api.exceptions.TaskanaException
pro.taskana.workbasket.api.exceptions.WorkbasketAccessItemAlreadyExistException
All Implemented Interfaces:
Serializable

public class WorkbasketAccessItemAlreadyExistException extends TaskanaException
This exception is thrown when an already existing WorkbasketAccessItem was tried to be created.
See Also:
  • Field Details

  • Constructor Details

    • WorkbasketAccessItemAlreadyExistException

      public WorkbasketAccessItemAlreadyExistException(String accessId, String workbasketId)
  • Method Details

    • getAccessId

      public String getAccessId()
    • getWorkbasketId

      public String getWorkbasketId()