Class UsernameNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.lastbox.lastshield.basicauth.exception.UsernameNotFoundException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructor for UsernameNotFoundException with a default message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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.
-