Class AbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.awssdk.core.exception.SdkException
software.amazon.awssdk.core.exception.SdkClientException
software.amazon.awssdk.core.exception.AbortedException
- All Implemented Interfaces:
Serializable
Extension of
SdkClientException
that is thrown whenever an
operation has been aborted by the SDK.
This exception is not meant to be retried.- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic AbortedException.Builder
builder()
static AbortedException
static AbortedException
Create aSdkClientException.Builder
initialized with the properties of thisSdkClientException
.Methods inherited from class software.amazon.awssdk.core.exception.SdkClientException
getMessage
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
numAttempts, rawMessage, retryable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
create
-
create
-
toBuilder
Description copied from class:SdkClientException
Create aSdkClientException.Builder
initialized with the properties of thisSdkClientException
.- Overrides:
toBuilder
in classSdkClientException
- Returns:
- A new builder initialized with this config's properties.
-
builder
-