public class JobInstanceAlreadyExistsException extends JobExecutionException
Job is not
available.| Constructor and Description |
|---|
JobInstanceAlreadyExistsException(java.lang.String msg)
Create an exception with the given message.
|
JobInstanceAlreadyExistsException(java.lang.String msg,
java.lang.Throwable e) |
public JobInstanceAlreadyExistsException(java.lang.String msg)
msg - the error message.public JobInstanceAlreadyExistsException(java.lang.String msg,
java.lang.Throwable e)
msg - the error message.e - the cause of the exception.