Class UnregisteredUserException

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

public class UnregisteredUserException extends Exception
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 Details

    • UnregisteredUserException

      public UnregisteredUserException(String message)
      Constructor for UnregisteredUserException with a custom message.
      Parameters:
      message - the detail message explaining the exception.