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
 
 public class S3NotFoundException extends S3Exception Specific exception thrown fromS3StorageClients when the resource requested is not found (e.g., attempting to fetch a key in S3 that doesn't exist).- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description S3NotFoundException(String message)S3NotFoundException(String message, Throwable cause)S3NotFoundException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-