Class FailedToFindCommentByIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.example.blogs.app.api.comment.exception.FailedToFindCommentByIdException
- All Implemented Interfaces:
Serializable
Exception thrown when a comment lookup by ID operation fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception with a default message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedToFindCommentByIdException
Constructs a new exception with a default message and cause.- Parameters:
cause- the underlying exception that caused the failure
-