We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1802a04 commit 9316753Copy full SHA for 9316753
core/sdk-core/src/main/java/software/amazon/awssdk/core/exception/SdkException.java
@@ -19,7 +19,9 @@
19
import software.amazon.awssdk.utils.builder.Buildable;
20
21
/**
22
- * Base class for all exceptions thrown by the SDK.
+ * Base class for SDK-specific exceptions. Note that network operations may throw
23
+ * UncheckedIOException or propagate other RuntimeExceptions directly rather than wrapping
24
+ * them in SdkException.
25
*
26
* @see SdkServiceException
27
* @see SdkClientException
0 commit comments