AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kafka
/
aws.sdk.kotlin.services.kafka.model
/
KafkaException
Kafka
Exception
open
class
KafkaException
Base class for all service related exceptions thrown by the Kafka client
Inheritors
BadRequestException
ClusterConnectivityException
ConflictException
ControllerMovedException
ForbiddenException
GroupSubscribedToTopicException
InternalServerErrorException
KafkaRequestException
KafkaTimeoutException
NotControllerException
NotFoundException
ReassignmentInProgressException
ServiceUnavailableException
TooManyRequestsException
TopicExistsException
UnauthorizedException
UnknownTopicOrPartitionException
Members
Constructors
Kafka
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)