@InterfaceAudience.Public @InterfaceStability.Evolving public class AWSServiceIOException extends AWSClientIOException
AmazonServiceException.
The attributes of this exception can all be directly accessed.| Constructor and Description |
|---|
AWSServiceIOException(String operation,
com.amazonaws.AmazonServiceException cause)
Instantiate.
|
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.AmazonServiceException |
getCause() |
String |
getErrorCode() |
String |
getRawResponseContent() |
String |
getRequestId() |
String |
getServiceName() |
int |
getStatusCode() |
boolean |
isRetryable() |
getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AWSServiceIOException(String operation, com.amazonaws.AmazonServiceException cause)
operation - operation which triggered thiscause - the underlying causepublic com.amazonaws.AmazonServiceException getCause()
getCause in class AWSClientIOExceptionpublic String getRequestId()
public String getServiceName()
public String getErrorCode()
public int getStatusCode()
public String getRawResponseContent()
public boolean isRetryable()
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.