Class WorkbasketNotFoundException

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

public class WorkbasketNotFoundException extends TaskanaException
This exception is thrown when a specific Workbasket is not in the database.
See Also:
  • Field Details

  • Constructor Details

    • WorkbasketNotFoundException

      public WorkbasketNotFoundException(String id)
    • WorkbasketNotFoundException

      public WorkbasketNotFoundException(String key, String domain)
  • Method Details

    • getId

      public String getId()
    • getKey

      public String getKey()
    • getDomain

      public String getDomain()