Class UserNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.UserNotFoundException
All Implemented Interfaces:
Serializable

public class UserNotFoundException extends RuntimeException
Exception used if a user is not found in the database.
See Also:
  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException(String message)
      Constructor for the UserNotFoundException class.
      Parameters:
      message - The message to display.