public class SchedulerBusyException extends RejectedExecutionException
Scheduler when all of its threads are busy and it cannot accept a new task for execution.| Constructor and Description |
|---|
SchedulerBusyException(String message)
Constructs a new exception with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SchedulerBusyException(String message)
message - the detail messageCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.