Uses of Class
software.amazon.awssdk.core.exception.SdkClientException
Packages that use SdkClientException
Package
Description
-
Uses of SdkClientException in software.amazon.awssdk.core.endpointdiscovery
Subclasses of SdkClientException in software.amazon.awssdk.core.endpointdiscoveryModifier and TypeClassDescriptionclassThis exception is thrown when the SDK was unable to retrieve an endpoint from AWS. -
Uses of SdkClientException in software.amazon.awssdk.core.exception
Subclasses of SdkClientException in software.amazon.awssdk.core.exceptionModifier and TypeClassDescriptionfinal classExtension ofSdkClientExceptionthat is thrown whenever an operation has been aborted by the SDK.final classSignals that an api call attempt could not complete within the specified timeout.final classSignals that an api call could not complete within the specified timeout.final classExtension ofSdkClientExceptionthat is thrown whenever the client-side computed CRC32 does not match the server-side computed CRC32.final classExtension ofSdkExceptionthat can be used by clients to explicitly have an exception not retried.final classExtension ofSdkExceptionthat can be used by clients to explicitly have an exception retried.Methods in software.amazon.awssdk.core.exception that return SdkClientExceptionModifier and TypeMethodDescriptionSdkClientException.Builder.build()SdkClientException.BuilderImpl.build()static SdkClientExceptionstatic SdkClientExceptionConstructors in software.amazon.awssdk.core.exception with parameters of type SdkClientException -
Uses of SdkClientException in software.amazon.awssdk.core.internal.http.timers
Method parameters in software.amazon.awssdk.core.internal.http.timers with type arguments of type SdkClientExceptionModifier and TypeMethodDescriptionstatic <T> TimeoutTrackerTimerUtils.timeAsyncTaskIfNeeded(CompletableFuture<T> completableFuture, ScheduledExecutorService timeoutExecutor, Supplier<SdkClientException> exceptionSupplier, long timeoutInMills) Schedule aTimeoutTaskand exceptional completes aCompletableFuturewith the provide exception if not otherwise completed before the given timeout.Constructor parameters in software.amazon.awssdk.core.internal.http.timers with type arguments of type SdkClientExceptionModifierConstructorDescriptionAsyncTimeoutTask(CompletableFuture<?> completableFuture, Supplier<SdkClientException> exceptionSupplier) Constructs a newAsyncTimeoutTask. -
Uses of SdkClientException in software.amazon.awssdk.core.internal.waiters
Methods in software.amazon.awssdk.core.internal.waiters that return SdkClientExceptionModifier and TypeMethodDescriptionWaiterExecutorHelper.noneMatchException(Either<T, Throwable> responseOrException) WaiterExecutorHelper.waiterFailureException(WaiterAcceptor<? super T> acceptor) Methods in software.amazon.awssdk.core.internal.waiters that return types with arguments of type SdkClientExceptionModifier and TypeMethodDescriptionWaiterExecutorHelper.nextDelayOrUnretryableException(int attemptNumber, long startTime)