Class UserNotFoundException

All Implemented Interfaces:
Serializable

public class UserNotFoundException extends IllegalArgumentException
This exception is thrown when a user is not found.
See Also:
  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException(String message)
      Constructor for the UserNotFoundException
      Parameters:
      message - The message of the exception.