@InterfaceAudience.Public @InterfaceStability.Evolving public class AWSS3IOException extends AWSServiceIOException
S3Exception
as an IOE, relaying all
getters.Constructor and Description |
---|
AWSS3IOException(String operation,
software.amazon.awssdk.services.s3.model.S3Exception cause)
Instantiate.
|
Modifier and Type | Method and Description |
---|---|
software.amazon.awssdk.services.s3.model.S3Exception |
getCause() |
awsErrorDetails, extendedRequestId, requestId, statusCode
getMessage, retryable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AWSS3IOException(String operation, software.amazon.awssdk.services.s3.model.S3Exception cause)
operation
- operation which triggered thiscause
- the underlying causepublic software.amazon.awssdk.services.s3.model.S3Exception getCause()
getCause
in class AWSServiceIOException
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.