net.sf.jnati.proc
Class TeeStreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.sf.jnati.proc.TeeStreamException
All Implemented Interfaces:
Serializable

public class TeeStreamException
extends IOException

Author:
Sam Adams
See Also:
Serialized Form

Constructor Summary
TeeStreamException(IOException ex)
           
 
Method Summary
 void addCause(IOException ex)
           
 IOException[] getCauses()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

TeeStreamException

public TeeStreamException(IOException ex)
Method Detail

addCause

public void addCause(IOException ex)

getCauses

public IOException[] getCauses()


Copyright © 2007-2011 Sam Adams. All Rights Reserved.