Class UserAlreadyExistException

All Implemented Interfaces:
Serializable

public class UserAlreadyExistException extends TaskanaException
This exception is thrown when a User was tried to be created with an id already existing.
See Also:
  • Field Details

  • Constructor Details

    • UserAlreadyExistException

      public UserAlreadyExistException(String userId, Exception cause)
  • Method Details

    • getUserId

      public String getUserId()