Class UserNotFoundException

All Implemented Interfaces:
Serializable

public class UserNotFoundException extends TaskanaException
This exception is thrown when a specific User referenced by its id is not in the database.
See Also:
  • Field Details

  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException(String userId)
  • Method Details

    • getUserId

      public String getUserId()