Class S3Exception

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
S3NotFoundException

public class S3Exception extends IOException
Generic exception for S3 related failures. Could originate from the S3BackupRepository or from its underlying S3StorageClient.
See Also:
  • Constructor Details

    • S3Exception

      public S3Exception(Throwable cause)
    • S3Exception

      public S3Exception(String message)
    • S3Exception

      public S3Exception(String message, Throwable cause)