Package org.beanio

Class BeanReaderIOException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BeanReaderIOException
    extends BeanReaderException
    Exception thrown when a BeanReader's underlying input stream throws an IOException.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • BeanReaderIOException

        public BeanReaderIOException​(java.lang.String message)
        Constructs a new BeanReaderIOException.
        Parameters:
        message - the error message
      • BeanReaderIOException

        public BeanReaderIOException​(java.lang.String message,
                                     java.io.IOException cause)
        Constructs a new BeanReaderIOException.
        Parameters:
        message - the error message
        cause - the root cause
    • Method Detail

      • getCause

        public java.io.IOException getCause()
        Overrides:
        getCause in class java.lang.Throwable