public static interface RetryableException.Builder extends SdkClientException.Builder
Modifier and Type | Method and Description |
---|---|
RetryableException |
build()
Creates a new
SdkException with the specified properties. |
RetryableException.Builder |
cause(Throwable cause)
Specifies the exception that caused this exception to occur.
|
RetryableException.Builder |
message(String message)
Specifies the details of this exception.
|
cause, message
RetryableException.Builder message(String message)
SdkException.Builder
message
in interface SdkClientException.Builder
message
in interface SdkException.Builder
message
- The details of this exception.RetryableException.Builder cause(Throwable cause)
SdkException.Builder
cause
in interface SdkClientException.Builder
cause
in interface SdkException.Builder
cause
- The exception that caused this exception to occur.RetryableException build()
SdkException.Builder
SdkException
with the specified properties.build
in interface Buildable
build
in interface SdkClientException.Builder
build
in interface SdkException.Builder
SdkException
.Copyright © 2022. All rights reserved.