Class UnregisteredUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.lastbox.lastshield.basicauth.exception.UnregisteredUserException
- All Implemented Interfaces:
Serializable
Exception thrown when attempting to update a user that is not registered in the system.
This exception is typically used when the user does not exist in the database.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnregisteredUserException(String message) Constructor for UnregisteredUserException with a custom 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
-
UnregisteredUserException
Constructor for UnregisteredUserException with a custom message.- Parameters:
message- the detail message explaining the exception.
-