Class PostNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.navjotsrakhra.eventmanager.exception.PostNotFoundException
All Implemented Interfaces:
Serializable

public class PostNotFoundException extends Exception
The PostNotFoundException class is a custom exception class that is thrown when a post is not found.
See Also:
  • Constructor Details

    • PostNotFoundException

      public PostNotFoundException()
      Constructs a new PostNotFoundException with the specified detail message.