Class WorkbasketNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.taskana.common.api.exceptions.TaskanaException
-
- pro.taskana.common.api.exceptions.NotFoundException
-
- pro.taskana.workbasket.api.exceptions.WorkbasketNotFoundException
-
- All Implemented Interfaces:
Serializable
public class WorkbasketNotFoundException extends NotFoundException
This exception will be thrown if a specific workbasket is not in the database.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkbasketNotFoundException(String id, String msg)WorkbasketNotFoundException(String key, String domain, String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomain()StringgetKey()-
Methods inherited from class pro.taskana.common.api.exceptions.NotFoundException
getId
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-