public class

MaxConcurrentMigrationJobsException

extends MigrationException
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

Class Overview

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.

Summary

Public Constructors
MaxConcurrentMigrationJobsException(KeyedMessage message)
MaxConcurrentMigrationJobsException(KeyedMessage message, Throwable cause)
[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

Public Constructors

public MaxConcurrentMigrationJobsException (KeyedMessage message)

public MaxConcurrentMigrationJobsException (KeyedMessage message, Throwable cause)