@InterfaceAudience.Public @InterfaceStability.Evolving public class AWSServiceIOException extends AWSClientIOException
AwsServiceException.
The attributes of this exception can all be directly accessed.| Constructor and Description |
|---|
AWSServiceIOException(String operation,
software.amazon.awssdk.awscore.exception.AwsServiceException cause)
Instantiate.
|
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.awscore.exception.AwsErrorDetails |
awsErrorDetails() |
String |
extendedRequestId() |
software.amazon.awssdk.awscore.exception.AwsServiceException |
getCause() |
String |
requestId() |
int |
statusCode() |
getMessage, retryableaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AWSServiceIOException(String operation, software.amazon.awssdk.awscore.exception.AwsServiceException cause)
operation - operation which triggered thiscause - the underlying causepublic software.amazon.awssdk.awscore.exception.AwsServiceException getCause()
getCause in class AWSClientIOExceptionpublic String requestId()
public software.amazon.awssdk.awscore.exception.AwsErrorDetails awsErrorDetails()
public int statusCode()
public String extendedRequestId()
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.