AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
simpledbv2
/
aws.sdk.kotlin.services.simpledbv2.model
/
SimpleDbV2Exception
Simple
Db
V2Exception
open
class
SimpleDbV2Exception
Base class for all service related exceptions thrown by the SimpleDbV2 client
Inheritors
ConflictException
InvalidNextTokenException
InvalidParameterCombinationException
InvalidParameterValueException
NoSuchDomainException
NoSuchExportException
NumberExportsLimitExceeded
Members
Constructors
Simple
Db
V2Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)