public final class ApiCallTimeoutException extends SdkClientException
Modifier and Type | Class and Description |
---|---|
static interface |
ApiCallTimeoutException.Builder |
protected static class |
ApiCallTimeoutException.BuilderImpl |
Modifier and Type | Method and Description |
---|---|
static ApiCallTimeoutException.Builder |
builder() |
static ApiCallTimeoutException |
create(long timeout) |
static ApiCallTimeoutException |
create(String message,
Throwable cause) |
ApiCallTimeoutException.Builder |
toBuilder()
Create a
SdkClientException.Builder initialized with the properties of this SdkClientException . |
create
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static ApiCallTimeoutException create(long timeout)
public static ApiCallTimeoutException create(String message, Throwable cause)
public ApiCallTimeoutException.Builder toBuilder()
SdkClientException
SdkClientException.Builder
initialized with the properties of this SdkClientException
.toBuilder
in class SdkClientException
public static ApiCallTimeoutException.Builder builder()
Copyright © 2021. All rights reserved.