Class MaxConcurrentMigrationJobsException
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
- All Implemented Interfaces:
Serializable
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.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.migration.MigrationException
getSubject
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MaxConcurrentMigrationJobsException
-
MaxConcurrentMigrationJobsException
public MaxConcurrentMigrationJobsException(@Nonnull KeyedMessage message, @Nullable Throwable cause)
-