public class AWSClientIOException extends IOException
SdkException.| Constructor and Description |
|---|
AWSClientIOException(String operation,
software.amazon.awssdk.core.exception.SdkException cause) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.core.exception.SdkException |
getCause() |
String |
getMessage() |
boolean |
retryable()
Query inner cause for retryability.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AWSClientIOException(String operation, software.amazon.awssdk.core.exception.SdkException cause)
public software.amazon.awssdk.core.exception.SdkException getCause()
public String getMessage()
getMessage in class Throwablepublic boolean retryable()
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.