Package org.apache.solr.s3
Class S3NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.solr.s3.S3Exception
org.apache.solr.s3.S3NotFoundException
- All Implemented Interfaces:
Serializable
Specific exception thrown from
S3StorageClients when the resource requested is not found
(e.g., attempting to fetch a key in S3 that doesn't exist).- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionS3NotFoundException(String message) S3NotFoundException(String message, Throwable cause) S3NotFoundException(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
-
S3NotFoundException
-
S3NotFoundException
-
S3NotFoundException
-