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 Form| Constructor and Description |
|---|
MaxConcurrentMigrationJobsException(KeyedMessage message) |
MaxConcurrentMigrationJobsException(KeyedMessage message,
Throwable cause) |
getSubjectgetKeyedMessage, getLocalizedMessage, getMessageKeyaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MaxConcurrentMigrationJobsException(@Nonnull KeyedMessage message)
public MaxConcurrentMigrationJobsException(@Nonnull KeyedMessage message, @Nullable Throwable cause)
Copyright © 2019 Atlassian. All rights reserved.