| Package | Description |
|---|---|
| software.amazon.awssdk.core.exception |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AbortedException.Builder |
static interface |
ApiCallAttemptTimeoutException.Builder |
static interface |
ApiCallTimeoutException.Builder |
static interface |
Crc32MismatchException.Builder |
static interface |
NonRetryableException.Builder |
static interface |
RetryableException.Builder |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbortedException.BuilderImpl |
protected static class |
ApiCallAttemptTimeoutException.BuilderImpl |
protected static class |
ApiCallTimeoutException.BuilderImpl |
protected static class |
Crc32MismatchException.BuilderImpl |
protected static class |
NonRetryableException.BuilderImpl |
protected static class |
RetryableException.BuilderImpl |
protected static class |
SdkClientException.BuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
static SdkClientException.Builder |
SdkClientException.builder() |
SdkClientException.Builder |
SdkClientException.Builder.cause(Throwable cause) |
SdkClientException.Builder |
SdkClientException.BuilderImpl.cause(Throwable cause) |
SdkClientException.Builder |
SdkClientException.Builder.message(String message) |
SdkClientException.Builder |
SdkClientException.BuilderImpl.message(String message) |
SdkClientException.Builder |
SdkClientException.toBuilder()
Create a
SdkClientException.Builder initialized with the properties of this SdkClientException. |
| Constructor and Description |
|---|
SdkClientException(SdkClientException.Builder b) |
Copyright © 2019. All rights reserved.