|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.springframework.batch.core.JobExecutionException
public class JobExecutionException
Root of exception hierarchy for checked exceptions in job and step execution.
Clients of the 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 Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JobExecutionException(java.lang.String msg)
JobExecutionException with a generic message.
msg - the message
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||