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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkbasketMarkedForDeletionException(String workbasketId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetWorkbasketId()-
Methods inherited from class pro.taskana.common.api.exceptions.TaskanaException
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
public static final String ERROR_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorkbasketMarkedForDeletionException
public WorkbasketMarkedForDeletionException(String workbasketId)
-
-
Method Detail
-
getWorkbasketId
public String getWorkbasketId()
-
-