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