Skip to content

Commit a2081cf

Browse files
committed
SdkException java doc changed
1 parent 038534c commit a2081cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/sdk-core/src/main/java/software/amazon/awssdk/core/exception/SdkException.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
import software.amazon.awssdk.utils.builder.Buildable;
2020

2121
/**
22-
* Base class for all exceptions thrown by the SDK.
22+
* Base class for SDK-specific exceptions. Note that underlying exceptions may be handled differently:
23+
* IOExceptions are wrapped in UncheckedIOException.
2324
*
2425
* @see SdkServiceException
2526
* @see SdkClientException

0 commit comments

Comments
 (0)