Class S3BackupStoreException.BackupReadException

All Implemented Interfaces:
Serializable
Enclosing class:
S3BackupStoreException

public static final class S3BackupStoreException.BackupReadException extends S3BackupStoreException
Thrown when reading some parts of the backup from S3 failed. This might be a transient error and does not necessarily indicate a failed or corrupted backup.
See Also:
  • Constructor Details

    • BackupReadException

      public BackupReadException(String message, Throwable cause)