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 a2081cf commit 74f1f13Copy full SHA for 74f1f13
core/sdk-core/src/main/java/software/amazon/awssdk/core/exception/SdkException.java
@@ -19,8 +19,9 @@
19
import software.amazon.awssdk.utils.builder.Buildable;
20
21
/**
22
- * Base class for SDK-specific exceptions. Note that underlying exceptions may be handled differently:
23
- * IOExceptions are wrapped in UncheckedIOException.
+ * Base class for SDK-specific exceptions. Note that network operations may throw
+ * UncheckedIOException or propagate other RuntimeExceptions directly rather than wrapping
24
+ * them in SdkException.
25
*
26
* @see SdkServiceException
27
* @see SdkClientException
0 commit comments