|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.UnexpectedJobExecutionException
public class UnexpectedJobExecutionException
Indicates to the framework that a critical error has occurred and processing should immediately stop.
| Constructor Summary | |
|---|---|
UnexpectedJobExecutionException()
Deprecated. use one of the other constructors |
|
UnexpectedJobExecutionException(String msg)
Constructs a new instance with a message. |
|
UnexpectedJobExecutionException(String msg,
Throwable nested)
Constructs a new instance with a message. |
|
UnexpectedJobExecutionException(Throwable nested)
Deprecated. use one of the other constructors |
|
| 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 UnexpectedJobExecutionException(String msg)
msg - the exception message.
public UnexpectedJobExecutionException(String msg,
Throwable nested)
msg - the exception message.public UnexpectedJobExecutionException(Throwable nested)
public UnexpectedJobExecutionException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||