Package org.beanio
Class BeanReaderIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.beanio.BeanIOException
-
- org.beanio.BeanReaderException
-
- org.beanio.BeanReaderIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class BeanReaderIOException extends BeanReaderException
Exception thrown when aBeanReader's underlying input stream throws anIOException.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeanReaderIOException(java.lang.String message)Constructs a newBeanReaderIOException.BeanReaderIOException(java.lang.String message, java.io.IOException cause)Constructs a newBeanReaderIOException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.IOExceptiongetCause()-
Methods inherited from class org.beanio.BeanReaderException
getContext, getRecordContext, getRecordContext, getRecordCount, setRecordContext, setRecordContext
-
-
-
-
Constructor Detail
-
BeanReaderIOException
public BeanReaderIOException(java.lang.String message)
Constructs a newBeanReaderIOException.- Parameters:
message- the error message
-
BeanReaderIOException
public BeanReaderIOException(java.lang.String message, java.io.IOException cause)Constructs a newBeanReaderIOException.- Parameters:
message- the error messagecause- the root cause
-
-