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