Exception changes
Exception class names, their structures, and their relationships have changed.
software.amazon.awssdk.core.exception.SdkException
is the new base
Exception
class that all the other exceptions extend.
This table maps the exception class name changes.
1.x | 2.x |
---|---|
|
|
|
|
|
|
The following table maps the methods on exception classes between version 1.x and 2.x.
1.x | 2.x |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|