Class WorkbasketMarkedForDeletionException

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

public class WorkbasketMarkedForDeletionException extends TaskanaException
This exception is thrown when a Workbasket, which was marked for deletion, could not be deleted.
See Also:
  • Field Details

  • Constructor Details

    • WorkbasketMarkedForDeletionException

      public WorkbasketMarkedForDeletionException(String workbasketId)
  • Method Details

    • getWorkbasketId

      public String getWorkbasketId()