Class InvalidOwnerException

All Implemented Interfaces:
Serializable

public class InvalidOwnerException extends TaskanaException
This exception is thrown when the current user is not the owner of the Task.
See Also:
  • Field Details

  • Constructor Details

    • InvalidOwnerException

      public InvalidOwnerException(String currentUserId, String taskId)
  • Method Details

    • getTaskId

      public String getTaskId()
    • getCurrentUserId

      public String getCurrentUserId()