public class BeanReaderIOException extends BeanReaderException
BeanReader
's underlying
input stream throws an IOException
.Constructor and Description |
---|
BeanReaderIOException(String message)
Constructs a new BeanReaderIOException.
|
BeanReaderIOException(String message,
IOException cause)
Constructs a new BeanReaderIOException.
|
Modifier and Type | Method and Description |
---|---|
IOException |
getCause() |
getContext, getRecordContext, getRecordContext, getRecordCount, setRecordContext, setRecordContext
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BeanReaderIOException(String message)
message
- the error messagepublic BeanReaderIOException(String message, IOException cause)
message
- the error messagecause
- the root causepublic IOException getCause()