Class FailedToFindPostsByAuthorIdException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.example.blogs.app.api.post.exception.FailedToFindPostsByAuthorIdException
All Implemented Interfaces:
Serializable

public class FailedToFindPostsByAuthorIdException extends RuntimeException
Thrown when the repository fails to retrieve posts by author ID.
See Also:
  • Constructor Details

    • FailedToFindPostsByAuthorIdException

      public FailedToFindPostsByAuthorIdException(Exception cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the underlying cause of the exception