AWS SDK for Kotlin
Toggle table of contents
1.6.6
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
qconnect
/
aws.sdk.kotlin.services.qconnect.model
/
QConnectException
QConnect
Exception
open
class
QConnectException
Base class for all service related exceptions thrown by the QConnect client
Inheritors
AccessDeniedException
ConflictException
DependencyFailedException
PreconditionFailedException
RequestTimeoutException
ResourceNotFoundException
ServiceQuotaExceededException
ThrottlingException
TooManyTagsException
UnauthorizedException
UnprocessableContentException
ValidationException
Members
Constructors
QConnect
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)