Class UsernameNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.lastbox.lastshield.basicauth.exception.UsernameNotFoundException
All Implemented Interfaces:
Serializable

public class UsernameNotFoundException extends Exception
Exception thrown when a username is not found in the database. This exception is used to indicate that the specified username does not exist.
See Also:
  • Constructor Details

    • UsernameNotFoundException

      public UsernameNotFoundException()
      Constructor for UsernameNotFoundException with a default message. The default message indicates that the username was not found in the database.