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

@Public @Evolving public class AWSS3IOException extends AWSServiceIOException
Wrap a S3Exception as an IOE, relaying all getters.
See Also:
  • Constructor Details

    • AWSS3IOException

      public AWSS3IOException(String operation, software.amazon.awssdk.services.s3.model.S3Exception cause)
      Instantiate.
      Parameters:
      operation - operation which triggered this
      cause - the underlying cause
  • Method Details