Uses of Class
software.amazon.awssdk.core.exception.SdkClientException
-
-
Uses of SdkClientException in software.amazon.awssdk.core.endpointdiscovery
Subclasses of SdkClientException in software.amazon.awssdk.core.endpointdiscovery Modifier and Type Class Description classEndpointDiscoveryFailedExceptionThis 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.exception Modifier and Type Class Description classAbortedExceptionExtension ofSdkClientExceptionthat is thrown whenever an operation has been aborted by the SDK.classApiCallAttemptTimeoutExceptionSignals that an api call attempt could not complete within the specified timeout.classApiCallTimeoutExceptionSignals that an api call could not complete within the specified timeout.classCrc32MismatchExceptionExtension ofSdkClientExceptionthat is thrown whenever the client-side computed CRC32 does not match the server-side computed CRC32.classNonRetryableExceptionExtension ofSdkExceptionthat can be used by clients to explicitly have an exception not retried.classRetryableExceptionExtension ofSdkExceptionthat can be used by clients to explicitly have an exception retried.Methods in software.amazon.awssdk.core.exception that return SdkClientException Modifier and Type Method Description SdkClientExceptionSdkClientException.Builder. build()SdkClientExceptionSdkClientException.BuilderImpl. build()static SdkClientExceptionSdkClientException. create(String message)static SdkClientExceptionSdkClientException. create(String message, Throwable cause)Constructors in software.amazon.awssdk.core.exception with parameters of type SdkClientException Constructor Description BuilderImpl(SdkClientException ex) -
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 SdkClientException Modifier and Type Method Description static <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 SdkClientException Constructor Description AsyncTimeoutTask(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 SdkClientException Modifier and Type Method Description SdkClientExceptionWaiterExecutorHelper. noneMatchException(software.amazon.awssdk.utils.Either<T,Throwable> responseOrException)SdkClientExceptionWaiterExecutorHelper. waiterFailureException(WaiterAcceptor<? super T> acceptor)Methods in software.amazon.awssdk.core.internal.waiters that return types with arguments of type SdkClientException Modifier and Type Method Description software.amazon.awssdk.utils.Either<Long,SdkClientException>WaiterExecutorHelper. nextDelayOrUnretryableException(int attemptNumber, long startTime)
-