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

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

    • FailedToFindPostBySlugException

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