Uses of Class
software.amazon.awssdk.core.exception.SdkException
Packages that use SdkException
Package
Description
-
Uses of SdkException in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return SdkExceptionModifier and TypeMethodDescriptionResponse.exception()The modelled exception returned by the service.Methods in software.amazon.awssdk.core with parameters of type SdkExceptionModifier and TypeMethodDescriptionResponse.Builder.exception(SdkException exception) The modelled exception returned by the service. -
Uses of SdkException in software.amazon.awssdk.core.client.handler
Methods in software.amazon.awssdk.core.client.handler that return types with arguments of type SdkExceptionModifier and TypeMethodDescriptionHttpResponseHandler<? extends SdkException>ClientExecutionParams.getErrorResponseHandler()Method parameters in software.amazon.awssdk.core.client.handler with type arguments of type SdkExceptionModifier and TypeMethodDescriptionClientExecutionParams.withErrorResponseHandler(HttpResponseHandler<? extends SdkException> errorResponseHandler) -
Uses of SdkException in software.amazon.awssdk.core.endpointdiscovery
Subclasses of SdkException in software.amazon.awssdk.core.endpointdiscoveryModifier and TypeClassDescriptionclassThis exception is thrown when the SDK was unable to retrieve an endpoint from AWS. -
Uses of SdkException in software.amazon.awssdk.core.exception
Subclasses of SdkException 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.classBase type for all client exceptions thrown by the SDK.classExtension of SdkException that represents an error response returned by the requested downstream service.Methods in software.amazon.awssdk.core.exception that return SdkExceptionModifier and TypeMethodDescriptionSdkException.Builder.build()Creates a newSdkExceptionwith the specified properties.SdkException.BuilderImpl.build()static SdkExceptionConstructors in software.amazon.awssdk.core.exception with parameters of type SdkException -
Uses of SdkException in software.amazon.awssdk.core.internal.http.pipeline.stages.utils
Methods in software.amazon.awssdk.core.internal.http.pipeline.stages.utils that return SdkExceptionModifier and TypeMethodDescriptionRetryableStageHelper.getLastException()Retrieve the last call failure exception encountered by this execution, updated wheneverRetryableStageHelper.setLastException(java.lang.Throwable)is invoked.RetryableStageHelper.retryPolicyDisallowedRetryException()Return the exception that should be thrown, because the retry strategy did not allow the request to be retried. -
Uses of SdkException in software.amazon.awssdk.core.internal.retry
Methods in software.amazon.awssdk.core.internal.retry with parameters of type SdkExceptionModifier and TypeMethodDescriptionDefaultTokenBucketExceptionCostFunction.apply(SdkException e) booleanClockSkewAdjuster.shouldAdjust(SdkException exception) Returns true if the clock should be adjusted for future requests. -
Uses of SdkException in software.amazon.awssdk.core.internal.util
Methods in software.amazon.awssdk.core.internal.util that return SdkExceptionModifier and TypeMethodDescriptionstatic SdkExceptionThrowableUtils.asSdkException(Throwable t) Wraps the givenThrowableinSdkExceptionif necessary. -
Uses of SdkException in software.amazon.awssdk.core.retry
Methods in software.amazon.awssdk.core.retry that return SdkExceptionMethods in software.amazon.awssdk.core.retry with parameters of type SdkExceptionModifier and TypeMethodDescriptionRetryPolicyContext.Builder.exception(SdkException exception) static booleanRetryUtils.isClockSkewException(SdkException exception) Returns true if the specified exception is a clock skew error.static booleanRetryUtils.isRequestEntityTooLargeException(SdkException exception) Returns true if the specified exception is a request entity too large error.static booleanRetryUtils.isRetryableException(SdkException exception) Returns true if the specified exception is retryable.static booleanRetryUtils.isServiceException(SdkException e) static booleanRetryUtils.isThrottlingException(SdkException exception) Returns true if the specified exception is a throttling error.static SdkServiceExceptionRetryUtils.toServiceException(SdkException e)