Class ApiCallTimeoutException
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.ApiCallTimeoutException
- All Implemented Interfaces:
 Serializable
Signals that an api call could not complete within the specified timeout.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()static ApiCallTimeoutExceptioncreate(long timeout) static ApiCallTimeoutExceptionCreate aSdkClientException.Builderinitialized with the properties of thisSdkClientException.Methods inherited from class software.amazon.awssdk.core.exception.SdkClientException
createMethods inherited from class software.amazon.awssdk.core.exception.SdkException
retryableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Method Details
- 
create
 - 
create
 - 
toBuilder
Description copied from class:SdkClientExceptionCreate aSdkClientException.Builderinitialized with the properties of thisSdkClientException.- Overrides:
 toBuilderin classSdkClientException- Returns:
 - A new builder initialized with this config's properties.
 
 - 
builder
 
 -