Class FailedToUpdatePostException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.example.blogs.app.api.post.exception.FailedToUpdatePostException
All Implemented Interfaces:
Serializable

public class FailedToUpdatePostException extends RuntimeException
Exception thrown when a post update operation fails due to a repository error.
See Also:
  • Constructor Details

    • FailedToUpdatePostException

      public FailedToUpdatePostException(Exception cause)
      Constructs a new exception wrapping the underlying repository error.
      Parameters:
      cause - the underlying cause of the exception