Package pro.taskana.task.api.exceptions
Class TaskCommentNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.taskana.common.api.exceptions.TaskanaException
-
- pro.taskana.common.api.exceptions.NotFoundException
-
- pro.taskana.task.api.exceptions.TaskCommentNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TaskCommentNotFoundException extends NotFoundException
This exception is thrown when a specific TaskComment is not in the database.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskCommentNotFoundException(String taskCommentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTaskCommentId()-
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
-
TaskCommentNotFoundException
public TaskCommentNotFoundException(String taskCommentId)
-
-
Method Detail
-
getTaskCommentId
public String getTaskCommentId()
-
-