Class PostNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.navjotsrakhra.eventmanager.exception.PostNotFoundException
- All Implemented Interfaces:
Serializable
The PostNotFoundException class is a custom exception class that is thrown when a post is not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new PostNotFoundException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PostNotFoundException
public PostNotFoundException()Constructs a new PostNotFoundException with the specified detail message.
-