Searched refs:ioe (Results 26 - 50 of 395) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/sun/security/x509/AVA/
H A DBadName.java42 } catch (IOException ioe) {
/openjdk7/jdk/test/java/util/Currency/
H A DCheckDataVersion.java59 } catch (IOException ioe) {
60 throw new RuntimeException(ioe);
79 } catch (IOException ioe) {
80 throw new RuntimeException(ioe);
/openjdk7/jdk/test/java/net/Socket/reset/
H A DTest.java84 } catch (IOException ioe) {
86 System.err.println("Server failed: " + ioe);
98 } catch (IOException ioe) { }
124 } catch (IOException ioe) { }
139 } catch (IOException ioe) {
140 System.out.println("FAILED!!! available: " + ioe);
173 } catch (IOException ioe) {
175 System.out.println("FAILED!! read: " + ioe +
180 System.out.println("read: " + ioe);
/openjdk7/jdk/test/com/sun/nio/sctp/SctpServerChannel/
H A DAccept.java74 } catch (IOException ioe) {
75 ioe.printStackTrace();
102 } catch (IOException ioe) {
103 unexpected(ioe);
129 } catch (IOException ioe) {
130 unexpected(ioe);
147 } catch (IOException ioe) {
148 unexpected(ioe);
219 } catch (IOException ioe) {
220 ioe
[all...]
H A DNonBlockingAccept.java75 } catch (IOException ioe) {
76 ioe.printStackTrace();
99 } catch (IOException ioe) {
100 unexpected(ioe);
175 } catch (IOException ioe) {
176 ioe.printStackTrace();
181 catch (IOException ioe) { unexpected(ioe); }
183 catch (IOException ioe) { unexpected(ioe); }
[all...]
/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DKerberosPrincipal.java246 IOException ioe = new IOException(e.getMessage());
247 ioe.initCause(e);
248 throw ioe;
268 IOException ioe = new IOException(e.getMessage());
269 ioe.initCause(e);
270 throw ioe;
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientCommunicatorAdmin.java53 public void gotIOException (IOException ioe) throws IOException { argument
54 restart(ioe);
90 private void restart(IOException ioe) throws IOException { argument
96 throw ioe;
116 throw ioe;
161 throw ioe;
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/spnego/
H A DNegotiatorImpl.java124 IOException ioe = new IOException("Negotiate support not initiated");
125 ioe.initCause(e);
126 throw ioe;
154 IOException ioe = new IOException("Negotiate support cannot continue");
155 ioe.initCause(e);
156 throw ioe;
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DFileKey.java46 } catch (IOException ioe) {
47 throw new Error(ioe);
/openjdk7/jdk/test/java/net/ServerSocket/
H A DTestAfterClose.java41 } catch (IOException ioe) {
42 ioe.printStackTrace();
H A DThreadStop.java53 } catch (IOException ioe) {
86 } catch (IOException ioe) { }
/openjdk7/jdk/test/java/net/URLConnection/
H A DDisconnectAfterEOF.java67 } catch (IOException ioe) {
173 } catch (IOException ioe) {
202 } catch (IOException ioe) {
211 } catch (IOException ioe) { }
279 IOException ioe = null;
283 ioe = x;
295 if (ioe != null) {
296 throw ioe;
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DCloseAfterConnect.java49 } catch (IOException ioe) {
50 ioe.printStackTrace();
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DFinalizeInflater.java57 } catch (IOException ioe) {
58 ioe.printStackTrace();
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DHeadTest.java63 } catch(IOException ioe) {
64 ioe.printStackTrace();
82 } catch(IOException ioe) {
83 ioe.printStackTrace();
/openjdk7/jdk/test/java/net/Socket/
H A DLingerTest.java47 catch (IOException ioe) {
65 catch (IOException ioe) {
91 catch (Exception ioe) {
92 ioe.printStackTrace();
/openjdk7/langtools/test/tools/apt/Compile/
H A DClassDeclApf2.java76 } catch (java.io.IOException ioe) {
77 throw new RuntimeException(ioe);
118 } catch (java.io.IOException ioe) {
119 throw new RuntimeException(ioe);
H A DClassDeclApf.java76 } catch (java.io.IOException ioe) {
77 throw new RuntimeException(ioe);
113 } catch (java.io.IOException ioe) {
/openjdk7/jdk/test/java/net/ProxySelector/
H A DNullArguments.java53 IOException ioe = new IOException("dummy IOE");
65 ps.connectFailed(uri, null, ioe);
74 ps.connectFailed(null, sa, ioe);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSP.java125 } catch (IOException ioe) {
127 ("Exception while encoding OCSPRequest", ioe);
185 } catch (IOException ioe) {
187 ("Exception while encoding OCSPRequest", ioe);
216 } catch (IOException ioe) {
218 ("Exception while encoding OCSPRequest", ioe);
270 } catch (IOException ioe) {
271 throw ioe;
277 } catch (IOException ioe) {
278 throw ioe;
[all...]
H A DX509CertPath.java194 } catch (IOException ioe) {
196 " parsing PkiPath data: " + ioe);
197 ce.initCause(ioe);
234 } catch (IOException ioe) {
236 ioe);
303 } catch (IOException ioe) {
305 ("IOException encoding PkiPath data: " + ioe);
306 ce.initCause(ioe);
325 } catch (IOException ioe) {
326 throw new CertificateEncodingException(ioe
[all...]
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DNTLMTest.java67 } catch (IOException ioe) {
71 //ioe.printStackTrace();
115 } catch (IOException ioe) {
116 ioe.printStackTrace();
139 } catch (IOException ioe) {
140 ioe.printStackTrace();
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java605 } catch (IOException ioe) {
607 communicatorAdmin.gotIOException(ioe);
650 } catch (IOException ioe) {
651 communicatorAdmin.gotIOException(ioe);
685 } catch (IOException ioe) {
686 communicatorAdmin.gotIOException(ioe);
724 } catch (IOException ioe) {
725 communicatorAdmin.gotIOException(ioe);
765 } catch (IOException ioe) {
766 communicatorAdmin.gotIOException(ioe);
1467 gotIOException(IOException ioe) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DURIName.java127 } catch (IOException ioe) {
134 } catch (IOException ioe) {
176 } catch (IOException ioe) {
178 ("invalid URI name constraint:" + name).initCause(ioe);
390 } catch (IOException ioe) {
391 throw new UnsupportedOperationException(ioe.getMessage());
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEventPortWrapper.java228 } catch (IOException ioe) {
230 new InternalError(ioe.getMessage());
231 x.initCause(ioe);
247 } catch (IOException ioe) {
249 new InternalError(ioe.getMessage());
250 x.initCause(ioe);

Completed in 116 milliseconds

1234567891011>>