java.lang.Object | ||||||
↳ | java.lang.Throwable | |||||
↳ | java.lang.Exception | |||||
↳ | java.lang.RuntimeException | |||||
↳ | com.atlassian.bitbucket.ServiceException | |||||
↳ | com.atlassian.bitbucket.migration.MigrationException | |||||
↳ | com.atlassian.bitbucket.migration.MaxConcurrentMigrationJobsException |
Exception thrown when a migration job is submitted to be run but the maximum number of concurrent migration jobs are already running on that node.
The maximum number of concurrent migration jobs is defined by the migration.threadpool.size
application
property.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.migration.MigrationException
| |||||||||||
From class
com.atlassian.bitbucket.ServiceException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|