|
||||||||||
| 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.listener.StepListenerFailedException
public class StepListenerFailedException
Exception to indicate a problem in a step listener.
| Constructor Summary | |
|---|---|
StepListenerFailedException(java.lang.String message,
java.lang.Throwable t)
|
|
StepListenerFailedException(java.lang.String message,
java.lang.Throwable ex,
java.lang.RuntimeException e)
|
|
| 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 StepListenerFailedException(java.lang.String message,
java.lang.Throwable t)
message - describes the error to the usert - the exception that was thrown by a listener
public StepListenerFailedException(java.lang.String message,
java.lang.Throwable ex,
java.lang.RuntimeException e)
message - describes the error to the userex - the exception that was thrown by a listenere - the exception that caused the skip
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||