Class UserNotFoundException

All Implemented Interfaces:
Serializable

public class UserNotFoundException extends CrowdRuntimeException
Thrown when the user is not found.
Since:
v2.1
See Also:
  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException(String userName)
    • UserNotFoundException

      public UserNotFoundException(String userName, Throwable t)
  • Method Details

    • getUserName

      public String getUserName()