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

public class FailedToSaveFileException extends RuntimeException
Exception thrown when saving a file entity to the repository fails.
See Also:
  • Constructor Details

    • FailedToSaveFileException

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