org.beanio
Class BeanWriterIOException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.beanio.BeanIOException
org.beanio.BeanIOException
                   org.beanio.BeanWriterException
org.beanio.BeanWriterException
                       org.beanio.BeanWriterIOException
org.beanio.BeanWriterIOException
- All Implemented Interfaces: 
- Serializable
- public class BeanWriterIOException 
- extends BeanWriterException
Exception thrown when a BeanWriter's underlying
 output stream throws an IOException.
- Since:
- 1.0
- Author:
- Kevin Seim
- See Also:
- BeanWriter, 
Serialized Form
 
 
 
 
BeanWriterIOException
public BeanWriterIOException(String message,
                             IOException cause)
- Constructs a new BeanWriterIOException.
 
- Parameters:
- message- the error message
- cause- the root cause
 
BeanWriterIOException
public BeanWriterIOException(String message)
- Constructs a new BeanWriterIOException.
 
- Parameters:
- message- the error message
 
BeanWriterIOException
public BeanWriterIOException(IOException cause)
- Constructs a new BeanWriterIOException.
 
- Parameters:
- cause- the root cause
 
getCause
public IOException getCause()
- 
- Overrides:
- getCausein class- Throwable
 
- 
 
Copyright © 2010-2013 Kevin Seim