Class UserNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bank.auth_service.exception.UserNotFoundException
All Implemented Interfaces:
Serializable

public class UserNotFoundException extends RuntimeException
Exception thrown when a user is not found in the system. Used to indicate that the requested user does not exist.
Since:
1.0.0
Version:
1.0.0, 06/23/2025
Author:
Fernando Cruz Cavina
See Also:
  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException()
      Constructs a new UserNotFoundException with a default error message.