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 038534c commit a2081cfCopy full SHA for a2081cf
core/sdk-core/src/main/java/software/amazon/awssdk/core/exception/SdkException.java
@@ -19,7 +19,8 @@
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 underlying exceptions may be handled differently:
23
+ * IOExceptions are wrapped in UncheckedIOException.
24
*
25
* @see SdkServiceException
26
* @see SdkClientException
0 commit comments