Class OutputStreamException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--OutputStreamException

public class OutputStreamException
extends java.io.IOException

See Also:
Serialized Form

Field Summary
protected  java.io.IOException ex
           
protected  java.io.OutputStream out
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
OutputStreamException(java.io.OutputStream out, java.io.IOException ex)
           
OutputStreamException(java.lang.String detail, java.io.OutputStream out, java.io.IOException ex)
           
 
Method Summary
 java.io.IOException getException()
           
 java.io.OutputStream getOutputStream()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

out

protected java.io.OutputStream out

ex

protected java.io.IOException ex
Constructor Detail

OutputStreamException

public OutputStreamException(java.io.OutputStream out,
                             java.io.IOException ex)

OutputStreamException

public OutputStreamException(java.lang.String detail,
                             java.io.OutputStream out,
                             java.io.IOException ex)
Method Detail

getOutputStream

public java.io.OutputStream getOutputStream()

getException

public java.io.IOException getException()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable