public class MaxConcurrentMigrationJobsException extends MigrationException
The maximum number of concurrent migration jobs is defined by the migration.threadpool.size
application
property.
MigrationService.startExport(ExportRequest)
,
MigrationService.startImport(ImportRequest)
,
Serialized FormConstructor and Description |
---|
MaxConcurrentMigrationJobsException(KeyedMessage message) |
MaxConcurrentMigrationJobsException(KeyedMessage message,
Throwable cause) |
getSubject
getKeyedMessage, getLocalizedMessage, getMessageKey
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MaxConcurrentMigrationJobsException(@Nonnull KeyedMessage message)
public MaxConcurrentMigrationJobsException(@Nonnull KeyedMessage message, @Nullable Throwable cause)
Copyright © 2019 Atlassian. All rights reserved.