public class NoSuchJobExecutionException extends JobExecutionException
JobExecution
is not
available.Constructor and Description |
---|
NoSuchJobExecutionException(java.lang.String msg)
Create an exception with the given message.
|
NoSuchJobExecutionException(java.lang.String msg,
java.lang.Throwable e) |
public NoSuchJobExecutionException(java.lang.String msg)
public NoSuchJobExecutionException(java.lang.String msg, java.lang.Throwable e)
msg
- The message to send to callere
- the cause of the exception