Class UserNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fiap.tech_challenge.parte1.ms_users.exceptions.UserNotFoundException
All Implemented Interfaces:
Serializable

public class UserNotFoundException extends RuntimeException
Exception thrown when a requested user is not found in the system.
See Also:
  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException(String message)
      Constructs a new UserNotFoundException with the specified detail message.
      Parameters:
      message - the detail message explaining the reason for the exception