Class TaskanaHistoryEventNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.taskana.common.api.exceptions.TaskanaException
-
- pro.taskana.common.api.exceptions.NotFoundException
-
- pro.taskana.spi.history.api.exceptions.TaskanaHistoryEventNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TaskanaHistoryEventNotFoundException extends NotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskanaHistoryEventNotFoundException(String id, String msg)
-
Method Summary
-
Methods inherited from class pro.taskana.common.api.exceptions.NotFoundException
getId
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-