Class FailedToSaveFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.example.blogs.app.api.file.exception.FailedToSaveFileException
- All Implemented Interfaces:
Serializable
Exception thrown when saving a file entity to the repository 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
-
FailedToSaveFileException
Constructs a new exception with the cause of the failure.- Parameters:
cause- the underlying cause of the exception
-