Class FailedToDeleteFileByIdException

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

public class FailedToDeleteFileByIdException extends RuntimeException
Thrown when deletion of file metadata by ID fails in the repository.
See Also:
  • Constructor Details

    • FailedToDeleteFileByIdException

      public FailedToDeleteFileByIdException(Exception cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the underlying exception that caused the deletion failure