Searched refs:ioe (Results 76 - 100 of 395) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/sun/net/www/protocol/file/
H A DEncodedMultiByteChar.java81 } catch (IOException ioe) {
82 ioe.printStackTrace();
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DAsyncDisconnect.java53 } catch (IOException ioe) {
54 System.err.println(ioe);
H A DStreamingOutputStream.java52 } catch (IOException ioe) {
53 ioe.printStackTrace();
H A DUserCookie.java48 } catch (IOException ioe) {
49 ioe.printStackTrace();
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DLocalRMIServerSocketFactory.java90 } catch (IOException ioe) {
111 } catch (IOException ioe) {
/openjdk7/jdk/src/share/classes/sun/misc/
H A DClassLoaderUtil.java147 } catch (IOException ioe) {
156 newIOE.initCause(ioe);
H A DVMSupport.java96 } catch (IOException ioe) {
97 throw new RuntimeException(ioe.getMessage());
/openjdk7/langtools/test/tools/javac/processing/filer/
H A DTestGetResource.java86 } catch(IOException ioe) {
87 throw new RuntimeException(ioe);
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DSend.java84 } catch (IOException ioe) {
85 ioe.printStackTrace();
107 } catch (IOException ioe) {
108 unexpected(ioe);
165 } catch (IOException ioe) {
166 unexpected(ioe);
203 } catch (IOException ioe) {
204 unexpected(ioe);
226 } catch (IOException ioe) {
227 unexpected(ioe);
[all...]
H A DReceive.java86 } catch (IOException ioe) {
87 ioe.printStackTrace();
111 } catch (IOException ioe) {
112 unexpected(ioe);
185 } catch (IOException ioe) {
186 unexpected(ioe);
204 } catch (IOException ioe) {
205 unexpected(ioe);
275 } catch (IOException ioe) {
276 unexpected(ioe);
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFileTreeWalker.java188 IOException ioe = null;
211 ioe = e.getCause();
218 if (ioe == null)
219 ioe = e;
224 return visitor.postVisitDirectory(file, ioe);
/openjdk7/jdk/src/share/classes/sun/security/pkcs12/
H A DPKCS12KeyStore.java169 } catch (IOException ioe) {
250 } catch (IOException ioe) {
253 + "PKCS#8 EncryptedPrivateKeyInfo: " + ioe);
254 uke.initCause(ioe);
472 } catch (IOException ioe) {
474 + " stored as PKCS#8 EncryptedPrivateKeyInfo: " + ioe);
475 ke.initCause(ioe);
530 IOException ioe =
533 ioe.initCause(e);
534 throw ioe;
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DX509Factory.java103 } catch (IOException ioe) {
105 ("Could not parse certificate: " + ioe.toString()).initCause(ioe);
244 } catch (IOException ioe) {
245 throw new CertificateException(ioe.getMessage());
275 } catch (IOException ioe) {
276 throw new CertificateException(ioe.getMessage());
336 } catch (IOException ioe) {
337 throw new CertificateException(ioe);
374 } catch (IOException ioe) {
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DConsole.java314 IOError ioe = null;
320 ioe = new IOError(x);
325 if (ioe == null)
326 ioe = new IOError(x);
328 ioe.addSuppressed(x);
330 if (ioe != null)
331 throw ioe;
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DTrustAnchor.java282 } catch (IOException ioe) {
284 new IllegalArgumentException(ioe.getMessage());
285 iae.initCause(ioe);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DSDDocumentImpl.java251 IOException ioe = new IOException(e.getMessage());
252 ioe.initCause(e);
253 throw ioe;
259 IOException ioe = new IOException(e.getMessage());
260 ioe.initCause(e);
261 throw ioe;
276 IOException ioe = new IOException(e.getMessage());
277 ioe.initCause(e);
278 throw ioe;
284 IOException ioe
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DDeserializeEncodedURLTest.java151 IOException ioe =
153 ioe.initCause(e);
154 throw ioe;
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSelectorImpl.java152 IOException ioe = new IOException(
154 ioe.initCause(se);
155 throw ioe;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassDump.java51 } catch (IOException ioe) {
52 ioe.printStackTrace();
90 } catch (IOException ioe) {
91 ioe.printStackTrace();
/openjdk7/jdk/src/share/classes/java/net/
H A DProxySelector.java161 * @param ioe
165 public abstract void connectFailed(URI uri, SocketAddress sa, IOException ioe); argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientNotifForwarder.java318 IOException ioe = new IOException(ire.toString());
319 EnvHelp.initCause(ioe, ire);
320 throw ioe;
359 IOException ioe = new IOException(ire.toString());
360 EnvHelp.initCause(ioe, ire);
361 throw ioe;
603 } catch (IOException ioe) {
607 "stopping thread. Error is: " + ioe, ioe);
608 logger.debug("NotifFetcher-run",ioe);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSSoundbankReader.java50 } catch(IOException ioe) {
H A DSF2SoundbankReader.java49 } catch(IOException ioe) {
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DWebRowSetXmlReader.java55 } catch(IOException ioe) {
56 throw new RuntimeException(ioe);
230 } catch(IOException ioe) {
231 throw new RuntimeException(ioe);
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsDirectoryStream.java151 } catch (IOException ioe) {
152 throw new DirectoryIteratorException(ioe);
178 IOException ioe = x.asIOException(dir);
179 throw new DirectoryIteratorException(ioe);

Completed in 135 milliseconds

1234567891011>>