Package org.apache.solr.s3
Class S3Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.solr.s3.S3Exception
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
S3NotFoundException
public class S3Exception extends IOException
Generic exception for S3 related failures. Could originate from theS3BackupRepository
or from its underlyingS3StorageClient
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description S3Exception(String message)
S3Exception(String message, Throwable cause)
S3Exception(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-