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