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.Builderinitialized with the properties of thisSdkClientException. | 
createretryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static ApiCallTimeoutException create(long timeout)
public static ApiCallTimeoutException create(String message, Throwable cause)
public ApiCallTimeoutException.Builder toBuilder()
SdkClientExceptionSdkClientException.Builder initialized with the properties of this SdkClientException.toBuilder in class SdkClientExceptionpublic static ApiCallTimeoutException.Builder builder()
Copyright © 2022. All rights reserved.