Skip to content

Commit 9316753

Browse files
authored
SdkException java doc changed (#6347)
* SdkException java doc changed * rephrase the javadoc
1 parent 1802a04 commit 9316753

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
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 network operations may throw
23+
* UncheckedIOException or propagate other RuntimeExceptions directly rather than wrapping
24+
* them in SdkException.
2325
*
2426
* @see SdkServiceException
2527
* @see SdkClientException

0 commit comments

Comments
 (0)