Class FailedToDeleteFileException

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

public class FailedToDeleteFileException extends RuntimeException
Thrown when deletion of a file from S3 storage fails.
See Also:
  • Constructor Details

    • FailedToDeleteFileException

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