public class JobExecutionException extends 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(String msg)
Construct a
JobExecutionException with a generic message. |
JobExecutionException(String msg,
Throwable cause)
Construct a
JobExecutionException with a generic message and a
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JobExecutionException(String msg)
JobExecutionException
with a generic message.msg
- the messagepublic JobExecutionException(String msg, Throwable cause)
JobExecutionException
with a generic message and a
cause.msg
- the messagecause
- the cause of the exceptionCopyright © 2014 Pivotal. All rights reserved.