public class JobExecutionException
extends java.lang.Exception
Job
should expect to have to catch and deal with these
exceptions because they signal a user error, or an inconsistent state between
the user's instructions and the data.Constructor and Description |
---|
JobExecutionException(java.lang.String msg)
Construct a
JobExecutionException with a generic message. |
JobExecutionException(java.lang.String msg,
java.lang.Throwable cause)
Construct a
JobExecutionException with a generic message and a
cause. |
public JobExecutionException(java.lang.String msg)
JobExecutionException
with a generic message.msg
- the messagepublic JobExecutionException(java.lang.String msg, java.lang.Throwable cause)
JobExecutionException
with a generic message and a
cause.msg
- the messagecause
- the cause of the exception