Home
last modified time | relevance | path

Searched refs:AlreadyConnectedException (Results 1 – 8 of 8) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DAlreadyConnectedExceptionTest.java18 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()
DSocketChannelTest.java35 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 …]
/libcore/ojluni/src/main/java/java/nio/channels/
DAlreadyConnectedException.java40 public class AlreadyConnectedException class
49 public AlreadyConnectedException() { } in AlreadyConnectedException() method in AlreadyConnectedException
/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketChannelImpl.java41 import java.nio.channels.AlreadyConnectedException;
651 throw new AlreadyConnectedException(); in ensureOpenAndUnconnected()
DNet.java139 } else if (x instanceof AlreadyConnectedException) { in translateToSocketException()
DUnixAsynchronousSocketChannelImpl.java336 throw new AlreadyConnectedException(); in implConnect()
/libcore/
Dopenjdk_java_files.bp378 "ojluni/src/main/java/java/nio/channels/AlreadyConnectedException.java",
/libcore/api/
Dcurrent.txt6610 public class AlreadyConnectedException extends java.lang.IllegalStateException {
6611 ctor public AlreadyConnectedException();