Searched refs:AlreadyConnectedException (Results 1 – 8 of 8) sorted by relevance
18 import java.nio.channels.AlreadyConnectedException;33 AlreadyConnectedException e = new AlreadyConnectedException(); in test_Constructor()44 SerializationTest.verifySelf(new AlreadyConnectedException()); in testSerializationSelf()52 SerializationTest.verifyGolden(this, new AlreadyConnectedException()); in testSerializationCompatibility()
35 import java.nio.channels.AlreadyConnectedException;1019 } catch (AlreadyConnectedException e) { in testCFII_ConnectAfterFinish_Server_Block()1028 } catch (AlreadyConnectedException e) { in testCFII_ConnectAfterFinish_Server_Block()1039 } catch (AlreadyConnectedException e) { in testCFII_ConnectAfterFinish_Server_Block()1063 } catch (AlreadyConnectedException e) { in testCFII_ConnectAfterFinish_Server_NonBlock()1073 } catch (AlreadyConnectedException e) { in testCFII_ConnectAfterFinish_Server_NonBlock()1084 } catch (AlreadyConnectedException e) { in testCFII_ConnectAfterFinish_Server_NonBlock()1159 } catch (AlreadyConnectedException e) { in testCFII_ConnectTwice_Server_Block()1168 } catch (AlreadyConnectedException e) { in testCFII_ConnectTwice_Server_Block()1179 } catch (AlreadyConnectedException e) { in testCFII_ConnectTwice_Server_Block()[all …]
40 public class AlreadyConnectedException class49 public AlreadyConnectedException() { } in AlreadyConnectedException() method in AlreadyConnectedException
41 import java.nio.channels.AlreadyConnectedException;651 throw new AlreadyConnectedException(); in ensureOpenAndUnconnected()
139 } else if (x instanceof AlreadyConnectedException) { in translateToSocketException()
336 throw new AlreadyConnectedException(); in implConnect()
378 "ojluni/src/main/java/java/nio/channels/AlreadyConnectedException.java",
6610 public class AlreadyConnectedException extends java.lang.IllegalStateException {6611 ctor public AlreadyConnectedException();