Class FailedToUploadFileException

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

public class FailedToUploadFileException extends RuntimeException
Exception thrown when uploading a file to storage fails.
See Also:
  • Constructor Details

    • FailedToUploadFileException

      public FailedToUploadFileException(Exception cause)
      Constructs a new exception with the cause of the failure.
      Parameters:
      cause - the underlying cause of the exception