Class FailedToFindCommentsByPostIdException

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

public class FailedToFindCommentsByPostIdException extends RuntimeException
Exception thrown when comment retrieval by post ID fails due to a system error.
See Also:
  • Constructor Details

    • FailedToFindCommentsByPostIdException

      public FailedToFindCommentsByPostIdException(Exception cause)
      Constructs a new FailedToFindCommentsByPostIdException with a default message and underlying cause.
      Parameters:
      cause - the underlying cause of the exception