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)
public JobInstanceAlreadyExistsException(java.lang.String msg, java.lang.Throwable e)
msg
- The message to send to callere
- the cause of the exception