org.springframework.batch.item
Class ItemStreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.batch.item.ItemStreamException
All Implemented Interfaces:
Serializable

public class ItemStreamException
extends RuntimeException

Exception representing any errors encountered while processing a stream.

Author:
Dave Syer, Lucas Ward
See Also:
Serialized Form

Constructor Summary
ItemStreamException(String message)
           
ItemStreamException(String msg, Throwable nested)
          Constructs a new instance with a message and nested exception.
ItemStreamException(Throwable nested)
          Constructs a new instance with a nested exception and empty message.
 
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

ItemStreamException

public ItemStreamException(String message)
Parameters:
message -

ItemStreamException

public ItemStreamException(String msg,
                           Throwable nested)
Constructs a new instance with a message and nested exception.

Parameters:
msg - the exception message.

ItemStreamException

public ItemStreamException(Throwable nested)
Constructs a new instance with a nested exception and empty message.



Copyright © 2009 SpringSource. All Rights Reserved.