Class TaskCommentNotFoundException

All Implemented Interfaces:
Serializable

public class TaskCommentNotFoundException extends TaskanaException
This exception is thrown when a specific TaskComment is not in the database.
See Also:
  • Field Details

  • Constructor Details

    • TaskCommentNotFoundException

      public TaskCommentNotFoundException(String taskCommentId)
  • Method Details

    • getTaskCommentId

      public String getTaskCommentId()