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
Generic exception for S3 related failures. Could originate from the
S3BackupRepository or
from its underlying S3StorageClient.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionS3Exception(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
-
Constructor Details
-
S3Exception
-
S3Exception
-
S3Exception
-