public final class ApiCallAttemptTimeoutException extends SdkClientException
Modifier and Type | Class and Description |
---|---|
static interface |
ApiCallAttemptTimeoutException.Builder |
protected static class |
ApiCallAttemptTimeoutException.BuilderImpl |
Modifier and Type | Method and Description |
---|---|
static ApiCallAttemptTimeoutException.Builder |
builder() |
static ApiCallAttemptTimeoutException |
create(long timeout) |
static ApiCallAttemptTimeoutException |
create(String message,
Throwable cause) |
ApiCallAttemptTimeoutException.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 ApiCallAttemptTimeoutException create(long timeout)
public static ApiCallAttemptTimeoutException create(String message, Throwable cause)
public ApiCallAttemptTimeoutException.Builder toBuilder()
SdkClientException
SdkClientException.Builder
initialized with the properties of this SdkClientException
.toBuilder
in class SdkClientException
public static ApiCallAttemptTimeoutException.Builder builder()
Copyright © 2018. All rights reserved.