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 |
| 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 |
out
protected java.io.OutputStream out
ex
protected java.io.IOException ex
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)
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