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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringERROR_KEY_IDstatic StringERROR_KEY_KEY_DOMAIN
-
Constructor Summary
Constructors Constructor Description WorkbasketNotFoundException(String id)WorkbasketNotFoundException(String key, String domain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomain()StringgetId()StringgetKey()-
Methods inherited from class pro.taskana.common.api.exceptions.TaskanaException
ensureNullIsHandled, getErrorCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Field Detail
-
ERROR_KEY_ID
public static final String ERROR_KEY_ID
- See Also:
- Constant Field Values
-
ERROR_KEY_KEY_DOMAIN
public static final String ERROR_KEY_KEY_DOMAIN
- See Also:
- Constant Field Values
-
-