org.springframework.batch.item
Class ItemStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 © 2013 SpringSource. All Rights Reserved.