Package com.fiap.tech_challenge.parte1.ms_users.exceptions
package com.fiap.tech_challenge.parte1.ms_users.exceptions
-
ClassDescriptionException thrown when an attempt is made to add or register an address that already exists (i.e., a duplicate address) in the system.Exception thrown when an attempt is made to register or update a user with an email that is already in use by another user.Global exception handler to centralize and customize exception handling across all controllers in the application.Exception thrown when a provided password does not meet the required validation criteria or is considered invalid.Exception thrown when an attempt is made to register or use a login that already exists in the system.Exception thrown when JWT token generation fails.Exception thrown when JWT token validation fails.Exception thrown when a requested user is not found in the system.