Class UserNotFoundException

All Implemented Interfaces:
Serializable

public class UserNotFoundException extends Exception
Custom checked exception thrown when an operation attempts to find, authenticate, or operate on a user using an identifier (User ID) that does not correspond to any existing user in the system's data stores (e.g., ApplicantList, OfficerList, ManagerList).
See Also:
  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException()
      Constructs a new UserNotFoundException with a default detail message. The default message is "No user with this ID.".