Class FailedToRollbackS3FileException

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

public class FailedToRollbackS3FileException extends RuntimeException
Thrown when automatic rollback cleanup of an S3 file upload fails during transaction rollback.
See Also:
  • Constructor Details

    • FailedToRollbackS3FileException

      public FailedToRollbackS3FileException(Exception cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the underlying exception that caused the rollback failure