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 msg)TaskTerminationFailedException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-