Uses of Class
org.springframework.batch.item.NonTransientResourceException

Packages that use NonTransientResourceException
org.springframework.batch.item Infrastructure interfaces and primary dependencies for item concerns. 
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
org.springframework.batch.item.xml Infrastructure implementations of xml input and output. 
 

Uses of NonTransientResourceException in org.springframework.batch.item
 

Methods in org.springframework.batch.item that throw NonTransientResourceException
 T ItemReader.read()
          Reads a piece of input data and advance to the next one.
 

Uses of NonTransientResourceException in org.springframework.batch.item.file
 

Subclasses of NonTransientResourceException in org.springframework.batch.item.file
 class NonTransientFlatFileException
          Exception thrown when errors are encountered with the underlying resource.
 

Uses of NonTransientResourceException in org.springframework.batch.item.xml
 

Methods in org.springframework.batch.item.xml that throw NonTransientResourceException
protected  boolean StaxEventItemReader.moveCursorToNextFragment(XMLEventReader reader)
          Responsible for moving the cursor before the StartElement of the fragment root.
 



Copyright © 2013 SpringSource. All Rights Reserved.