Class FailedToFindPostBySlugException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.example.blogs.app.api.post.exception.FailedToFindPostBySlugException
- All Implemented Interfaces:
Serializable
Exception thrown when post retrieval by slug fails due to a system error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new FailedToFindPostBySlugException with a default message and underlying 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
-
FailedToFindPostBySlugException
Constructs a new FailedToFindPostBySlugException with a default message and underlying cause.- Parameters:
cause- the underlying cause of the exception
-