Searched defs:errorExcp (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java3142 IOException errorExcp; field in class:HttpURLConnection.StreamingOutputStream
3189 throw errorExcp;
3214 errorExcp = new IOException ("insufficient data written");
3216 throw errorExcp;

Completed in 278 milliseconds