Uses of Class
software.amazon.awssdk.core.exception.SdkException
-
-
Uses of SdkException in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return SdkException Modifier and Type Method Description SdkExceptionResponse. exception()The modelled exception returned by the service.Methods in software.amazon.awssdk.core with parameters of type SdkException Modifier and Type Method Description Response.Builder<T>Response.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 SdkException Modifier and Type Method Description HttpResponseHandler<? extends SdkException>ClientExecutionParams. getErrorResponseHandler()Method parameters in software.amazon.awssdk.core.client.handler with type arguments of type SdkException Modifier and Type Method Description ClientExecutionParams<InputT,OutputT>ClientExecutionParams. withErrorResponseHandler(HttpResponseHandler<? extends SdkException> errorResponseHandler) -
Uses of SdkException in software.amazon.awssdk.core.endpointdiscovery
Subclasses of SdkException 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 SdkException in software.amazon.awssdk.core.exception
Subclasses of SdkException 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.classSdkClientExceptionBase type for all client exceptions thrown by the SDK.classSdkServiceExceptionExtension of SdkException that represents an error response returned by the requested downstream service.Methods in software.amazon.awssdk.core.exception that return SdkException Modifier and Type Method Description SdkExceptionSdkException.Builder. build()Creates a newSdkExceptionwith the specified properties.SdkExceptionSdkException.BuilderImpl. build()static SdkExceptionSdkException. create(String message, Throwable cause)Constructors in software.amazon.awssdk.core.exception with parameters of type SdkException Constructor Description BuilderImpl(SdkException ex) -
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 SdkException Modifier and Type Method Description SdkExceptionRetryableStageHelper. getLastException()Retrieve the last call failure exception encountered by this execution, updated wheneverRetryableStageHelper.setLastException(java.lang.Throwable)is invoked.SdkExceptionRetryableStageHelper. retryPolicyDisallowedRetryException()Return the exception that should be thrown, because the retry policy 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 SdkException Modifier and Type Method Description IntegerDefaultTokenBucketExceptionCostFunction. 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 SdkException Modifier and Type Method Description static 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 SdkException Modifier and Type Method Description SdkExceptionRetryPolicyContext. exception()Methods in software.amazon.awssdk.core.retry with parameters of type SdkException Modifier and Type Method Description RetryPolicyContext.BuilderRetryPolicyContext.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. isServiceException(SdkException e)static booleanRetryUtils. isThrottlingException(SdkException exception)Returns true if the specified exception is a throttling error.static SdkServiceExceptionRetryUtils. toServiceException(SdkException e)
-