public final class AbortedException extends SdkClientException
SdkClientException that is thrown whenever an
operation has been aborted by the SDK.
This exception is not meant to be retried.| Modifier and Type | Class and Description |
|---|---|
static interface |
AbortedException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AbortedException.Builder |
builder() |
static AbortedException |
create(String message,
Throwable cause) |
AbortedException.Builder |
toBuilder()
Create a
SdkClientException.Builder initialized with the properties of this SdkClientException. |
createretryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static AbortedException create(String message, Throwable cause)
public AbortedException.Builder toBuilder()
SdkClientExceptionSdkClientException.Builder initialized with the properties of this SdkClientException.toBuilder in class SdkClientExceptionpublic static AbortedException.Builder builder()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.