AWS SDK for Kotlin
Toggle table of contents
1.6.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
glue
/
aws.sdk.kotlin.services.glue.model
/
GlueException
Glue
Exception
open
class
GlueException
Base class for all service related exceptions thrown by the Glue client
Inheritors
AccessDeniedException
AlreadyExistsException
ColumnStatisticsTaskNotRunningException
ColumnStatisticsTaskRunningException
ColumnStatisticsTaskStoppingException
ConcurrentModificationException
ConcurrentRunsExceededException
ConditionCheckFailureException
ConflictException
CrawlerNotRunningException
CrawlerRunningException
CrawlerStoppingException
EntityNotFoundException
FederatedResourceAlreadyExistsException
FederationSourceException
FederationSourceRetryableException
GlueEncryptionException
IdempotentParameterMismatchException
IllegalBlueprintStateException
IllegalSessionStateException
IllegalWorkflowStateException
IntegrationConflictOperationFault
IntegrationNotFoundFault
IntegrationQuotaExceededFault
InternalServerException
InternalServiceException
InvalidInputException
InvalidIntegrationStateFault
InvalidStateException
KmsKeyNotAccessibleFault
MaterializedViewRefreshTaskNotRunningException
MaterializedViewRefreshTaskRunningException
MaterializedViewRefreshTaskStoppingException
MlTransformNotReadyException
NoScheduleException
OperationNotSupportedException
OperationTimeoutException
PermissionTypeMismatchException
ResourceNotFoundException
ResourceNotReadyException
ResourceNumberLimitExceededException
SchedulerNotRunningException
SchedulerRunningException
SchedulerTransitioningException
TargetResourceNotFound
ThrottlingException
ValidationException
VersionMismatchException
Members
Constructors
Glue
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)