Class FailedToStoreFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.example.blogs.app.storage.exception.FailedToStoreFileException
All Implemented Interfaces:
Serializable

public class FailedToStoreFileException extends RuntimeException
Exception thrown when storing a file to S3 storage fails.
See Also:
  • Constructor Details

    • FailedToStoreFileException

      public FailedToStoreFileException(Throwable cause)
      Constructs a new exception with the cause of the failure.
      Parameters:
      cause - the underlying cause that resulted in the storage failure