AWS SDK for Kotlin
Toggle table of contents
1.6.10
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kafkaconnect
/
aws.sdk.kotlin.services.kafkaconnect.model
/
KafkaConnectException
Kafka
Connect
Exception
open
class
KafkaConnectException
Base class for all service related exceptions thrown by the KafkaConnect client
Inheritors
BadRequestException
ConflictException
ForbiddenException
InternalServerErrorException
NotFoundException
ServiceUnavailableException
TooManyRequestsException
UnauthorizedException
Members
Constructors
Kafka
Connect
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)