Class UserNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.fernando.user_authentication_api.exception.UserNotFoundException
All Implemented Interfaces:
Serializable

public class UserNotFoundException extends RuntimeException
Exception thrown when a user is not found in the system. This exception is used to indicate that the requested user does not exist.
Since:
1.0.0
Author:
Fernando Cruz Cavina
See Also:
  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException()
    • UserNotFoundException

      public UserNotFoundException(String message)