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