|
||||||||||
| 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
org.springframework.batch.item.WriteFailedException
public class WriteFailedException
Unchecked exception indicating that an error has occurred while trying to clear a buffer on a rollback.
| Constructor Summary | |
|---|---|
WriteFailedException(java.lang.String message)
Create a new WriteFailedException based on a message. |
|
WriteFailedException(java.lang.String message,
java.lang.Throwable cause)
Create a new WriteFailedException 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 WriteFailedException(java.lang.String message,
java.lang.Throwable cause)
WriteFailedException based on a message and another
exception.
message - the message for this exceptioncause - the other exceptionpublic WriteFailedException(java.lang.String message)
WriteFailedException 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 | |||||||||