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
Exception thrown when storing a file to S3 storage fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception with the cause of the failure. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedToStoreFileException
Constructs a new exception with the cause of the failure.- Parameters:
cause- the underlying cause that resulted in the storage failure
-