|
||||||||||
| 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.item.ItemWriterException
public abstract class ItemWriterException
A base exception class that all exceptions thrown from an ItemWriter extend.
| Constructor Summary | |
|---|---|
ItemWriterException(java.lang.String message)
Create a new ItemWriterException based on a message. |
|
ItemWriterException(java.lang.String message,
java.lang.Throwable cause)
Create a new ItemWriterException based on a message and another exception. |
|
| 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 ItemWriterException(java.lang.String message,
java.lang.Throwable cause)
ItemWriterException based on a message and another exception.
message - the message for this exceptioncause - the other exceptionpublic ItemWriterException(java.lang.String message)
ItemWriterException based on a message.
message - the message for this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||