Class MaxConcurrentMigrationJobsException

All Implemented Interfaces:
Serializable

public class MaxConcurrentMigrationJobsException extends MigrationException
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.

Since:
5.14
See Also:
  • Constructor Details

    • MaxConcurrentMigrationJobsException

      public MaxConcurrentMigrationJobsException(@Nonnull KeyedMessage message)
    • MaxConcurrentMigrationJobsException

      public MaxConcurrentMigrationJobsException(@Nonnull KeyedMessage message, @Nullable Throwable cause)