Skip to content

Commit 74f1f13

Browse files
committed
rephrase the javadoc
1 parent a2081cf commit 74f1f13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

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

2121
/**
22-
* Base class for SDK-specific exceptions. Note that underlying exceptions may be handled differently:
23-
* IOExceptions are wrapped in UncheckedIOException.
22+
* 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.
2425
*
2526
* @see SdkServiceException
2627
* @see SdkClientException

0 commit comments

Comments
 (0)