Class TaskanaHistoryEventNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.taskana.common.api.exceptions.TaskanaException
-
- pro.taskana.spi.history.api.exceptions.TaskanaHistoryEventNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TaskanaHistoryEventNotFoundException extends TaskanaException
This exception is thrown when the TaskHistoryEvent with the specified id was not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskanaHistoryEventNotFoundException(String historyEventId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHistoryEventId()-
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
public static final String ERROR_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TaskanaHistoryEventNotFoundException
public TaskanaHistoryEventNotFoundException(String historyEventId)
-
-
Method Detail
-
getHistoryEventId
public String getHistoryEventId()
-
-