AWS SDK for Kotlin
Toggle table of contents
1.6.12
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
managedblockchain
/
aws.sdk.kotlin.services.managedblockchain.model
/
ManagedBlockchainException
Managed
Blockchain
Exception
open
class
ManagedBlockchainException
Base class for all service related exceptions thrown by the ManagedBlockchain client
Inheritors
AccessDeniedException
IllegalActionException
InternalServiceErrorException
InvalidRequestException
ResourceAlreadyExistsException
ResourceLimitExceededException
ResourceNotFoundException
ResourceNotReadyException
ThrottlingException
TooManyTagsException
Members
Constructors
Managed
Blockchain
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)