Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
import software.amazon.awssdk.utils.builder.Buildable;

/**
* Base class for all exceptions thrown by the SDK.
* Base class for SDK-specific exceptions. Note that network operations may throw
* UncheckedIOException or propagate other RuntimeExceptions directly rather than wrapping
* them in SdkException.
*
* @see SdkServiceException
* @see SdkClientException
Expand Down
Loading