Package com.example.blogs.app.api.post.exception
package com.example.blogs.app.api.post.exception
-
Exception ClassesClassDescriptionException thrown when post creation fails due to underlying service or repository errors.Exception thrown when a post deletion operation fails due to database or system errors.Exception thrown when a post lookup by ID fails due to a repository error.Exception thrown when post retrieval by slug fails due to a system error.Thrown when the repository fails to retrieve posts by author ID.Thrown when automatic rollback cleanup of an S3 file upload fails during transaction rollback.Exception thrown when saving a post to the repository fails.Exception thrown when a post update operation fails due to a repository error.Exception thrown when a requested post does not exist.