|
||||||||||
| 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.WriterNotOpenException
public class WriterNotOpenException
Exception indicating that an ItemWriter needed to be opened before being
written to..
| Constructor Summary | |
|---|---|
WriterNotOpenException(java.lang.String message)
Create a new WriterNotOpenException based on a message. |
|
WriterNotOpenException(java.lang.String msg,
java.lang.Throwable nested)
Create a new WriterNotOpenException 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 WriterNotOpenException(java.lang.String message)
WriterNotOpenException based on a message.
message - the message for this exception
public WriterNotOpenException(java.lang.String msg,
java.lang.Throwable nested)
WriterNotOpenException based on a message and another exception.
msg - the message for this exceptionnested - the other exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||