Class UploadFailedException

All Implemented Interfaces:
Serializable

public class UploadFailedException extends S3Exception
Thrown when uploading to S3 fails.
Since:
3.0
Author:
Maciej Walkowiak
See Also:
  • Constructor Details

    • UploadFailedException

      public UploadFailedException(@Nullable String path, @Nullable Exception se)
  • Method Details

    • getPath

      public @Nullable String getPath()