Package pro.taskana.adapter.exceptions
Class TaskTerminationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.taskana.common.api.exceptions.TaskanaException
-
- pro.taskana.adapter.exceptions.TaskTerminationFailedException
-
- All Implemented Interfaces:
Serializable
public class TaskTerminationFailedException extends pro.taskana.common.api.exceptions.TaskanaExceptionThis exception is thrown when the adapter failed to terminate a task in taskana.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskTerminationFailedException(String taskId, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTaskId()-
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
-
-
Method Detail
-
getTaskId
public String getTaskId()
-
-