Searched refs:ConnectionPendingException (Results 1 – 7 of 7) sorted by relevance
18 import java.nio.channels.ConnectionPendingException;33 ConnectionPendingException e = new ConnectionPendingException(); in test_Constructor()44 SerializationTest.verifySelf(new ConnectionPendingException()); in testSerializationSelf()52 SerializationTest.verifyGolden(this, new ConnectionPendingException()); in testSerializationCompatibility()
37 import java.nio.channels.ConnectionPendingException;622 } catch (ConnectionPendingException e1) { in assertSocketAction_NonBlock_BeforeConnect()974 } catch (ConnectionPendingException e) { in testCFII_ConnectAfterFinish_NoServer_NonBlock()983 } catch (ConnectionPendingException e) { in testCFII_ConnectAfterFinish_NoServer_NonBlock()994 } catch (ConnectionPendingException e) { in testCFII_ConnectAfterFinish_NoServer_NonBlock()1108 } catch (ConnectionPendingException e) { in testCFII_ConnectTwice_NoServer_NonBlock()1117 } catch (ConnectionPendingException e) { in testCFII_ConnectTwice_NoServer_NonBlock()1128 } catch (ConnectionPendingException e) { in testCFII_ConnectTwice_NoServer_NonBlock()1207 } catch (ConnectionPendingException e) { in testCFII_ConnectTwice_Server_NonBlock()1216 } catch (ConnectionPendingException e) { in testCFII_ConnectTwice_Server_NonBlock()[all …]
41 public class ConnectionPendingException class50 public ConnectionPendingException() { } in ConnectionPendingException() method in ConnectionPendingException
44 import java.nio.channels.ConnectionPendingException;614 throw new ConnectionPendingException(); in bind()651 throw new ConnectionPendingException(); in ensureOpenAndUnconnected()
38 import java.nio.channels.ConnectionPendingException;343 throw new ConnectionPendingException(); in implConnect()
427 throw new ConnectionPendingException(); in bind()
365 ojluni/src/main/java/java/nio/channels/ConnectionPendingException.java \