Package com.example.blogs.app.api.user.exception
package com.example.blogs.app.api.user.exception
-
Exception ClassesClassDescriptionThrown when attempting to create a user with an already-existing email address.Thrown when user creation fails for reasons other than uniqueness constraint violations.Thrown when user lookup by ID fails for database-related reasons.Thrown when a database error occurs during user lookup operations.Thrown when user profile update fails for reasons other than uniqueness constraint violations.Thrown when attempting to create a user with an already-existing username.Thrown when a requested user does not exist in the system.