| Package | Description |
|---|---|
| software.amazon.awssdk.core.interceptor | |
| software.amazon.awssdk.core.internal.interceptor |
| Modifier and Type | Method and Description |
|---|---|
default Throwable |
ExecutionInterceptor.modifyException(Context.FailedExecution context,
ExecutionAttributes executionAttributes)
Modify the exception before it is thrown.
|
default void |
ExecutionInterceptor.onExecutionFailure(Context.FailedExecution context,
ExecutionAttributes executionAttributes)
Invoked when any error happens during an execution that prevents the request from succeeding.
|
void |
ExecutionInterceptorChain.onExecutionFailure(Context.FailedExecution context,
ExecutionAttributes executionAttributes) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFailedExecutionContext
An SDK-internal implementation of
Context.FailedExecution. |
Copyright © 2020. All rights reserved.