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 theS3BackupRepositoryor from its underlyingS3StorageClient.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description S3Exception(String message)S3Exception(String message, Throwable cause)S3Exception(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-