BeanIO 2.0.4

org.beanio
Class BeanWriterIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.beanio.BeanIOException
                  extended by org.beanio.BeanWriterException
                      extended by 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

Constructor Summary
BeanWriterIOException(IOException cause)
          Constructs a new BeanWriterIOException.
BeanWriterIOException(String message)
          Constructs a new BeanWriterIOException.
BeanWriterIOException(String message, IOException cause)
          Constructs a new BeanWriterIOException.
 
Method Summary
 IOException getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

getCause

public IOException getCause()
Overrides:
getCause in class Throwable

BeanIO 2.0.4

Copyright © 2010-2013 Kevin Seim