Class NotAuthorizedOnTaskCommentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
pro.taskana.common.api.exceptions.TaskanaException
pro.taskana.task.api.exceptions.NotAuthorizedOnTaskCommentException
All Implemented Interfaces:
Serializable

public class NotAuthorizedOnTaskCommentException extends TaskanaException
This exception is thrown when the current user is not the creator of the TaskComment it tries to modify.
See Also:
  • Field Details

  • Constructor Details

    • NotAuthorizedOnTaskCommentException

      public NotAuthorizedOnTaskCommentException(String currentUserId, String taskCommentId)
  • Method Details

    • getCurrentUserId

      public String getCurrentUserId()
    • getTaskCommentId

      public String getTaskCommentId()