public class JobExecutionAlreadyRunningException extends JobExecutionException
Constructor and Description |
---|
JobExecutionAlreadyRunningException(java.lang.String msg) |
JobExecutionAlreadyRunningException(java.lang.String msg,
java.lang.Throwable cause) |
public JobExecutionAlreadyRunningException(java.lang.String msg)
msg
- the exception message.public JobExecutionAlreadyRunningException(java.lang.String msg, java.lang.Throwable cause)
msg
- the exception message.cause
- the cause of the exception.