Package org.apache.hadoop.fs.s3a
Class AWSS3IOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.s3a.AWSClientIOException
org.apache.hadoop.fs.s3a.AWSServiceIOException
org.apache.hadoop.fs.s3a.AWSS3IOException
- All Implemented Interfaces:
Serializable
Wrap a
S3Exception as an IOE, relaying all
getters.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAWSS3IOException(String operation, software.amazon.awssdk.services.s3.model.S3Exception cause) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.s3.model.S3ExceptiongetCause()Methods inherited from class org.apache.hadoop.fs.s3a.AWSServiceIOException
awsErrorDetails, extendedRequestId, requestId, statusCodeMethods inherited from class org.apache.hadoop.fs.s3a.AWSClientIOException
getMessage, getOperation, retryableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AWSS3IOException
public AWSS3IOException(String operation, software.amazon.awssdk.services.s3.model.S3Exception cause) Instantiate.- Parameters:
operation- operation which triggered thiscause- the underlying cause
-
-
Method Details
-
getCause
public software.amazon.awssdk.services.s3.model.S3Exception getCause()- Overrides:
getCausein classAWSServiceIOException
-