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:
- Serializable
public class BeanReaderIOException
- extends BeanReaderException
Exception thrown when a BeanReader
's underlying
input stream throws an IOException
.
- Since:
- 1.0
- Author:
- Kevin Seim
- See Also:
- Serialized Form
BeanReaderIOException
public BeanReaderIOException(String message)
- Constructs a new BeanReaderIOException.
- Parameters:
message
- the error message
BeanReaderIOException
public BeanReaderIOException(String message,
IOException cause)
- Constructs a new BeanReaderIOException.
- Parameters:
message
- the error messagecause
- the root cause
getCause
public IOException getCause()
- Overrides:
getCause
in class Throwable
Copyright © 2010-2013 Kevin Seim