Searched refs:IllegalBlockingModeException (Results 1 – 20 of 20) sorted by relevance
18 import java.nio.channels.IllegalBlockingModeException;33 IllegalBlockingModeException e = new IllegalBlockingModeException(); in test_Constructor()44 SerializationTest.verifySelf(new IllegalBlockingModeException()); in testSerializationSelf()53 .verifyGolden(this, new IllegalBlockingModeException()); in testSerializationCompatibility()
38 import java.nio.channels.IllegalBlockingModeException;614 } catch (IllegalBlockingModeException e1) { in assertSocketAction_NonBlock_BeforeConnect()683 } catch (IllegalBlockingModeException e) { in assertSocketAction_NonBlock_AfterConnect()3112 } catch (IllegalBlockingModeException e) { in testSocket_configureblocking()3266 } catch (IllegalBlockingModeException expected) { in test_socket_getOutputStream_nonBlocking_read_Exception()3274 } catch (IllegalBlockingModeException expected) { in test_socket_getOutputStream_nonBlocking_read_Exception()3283 } catch (IllegalBlockingModeException expected) { in test_socket_getOutputStream_nonBlocking_read_Exception()3292 } catch (IllegalBlockingModeException expected) { in test_socket_getOutputStream_nonBlocking_read_Exception()3301 } catch (IllegalBlockingModeException expected) { in test_socket_getOutputStream_nonBlocking_read_Exception()3310 } catch (IllegalBlockingModeException expected) { in test_socket_getOutputStream_nonBlocking_read_Exception()[all …]
29 import java.nio.channels.IllegalBlockingModeException;704 } catch (IllegalBlockingModeException expected) { in test_socket_accept_Blocking_NotBound()710 } catch (IllegalBlockingModeException expected) { in test_socket_accept_Blocking_NotBound()724 } catch (IllegalBlockingModeException expected) { in test_socket_accept_Nonblocking_NotBound()730 } catch (IllegalBlockingModeException expected) { in test_socket_accept_Nonblocking_NotBound()745 } catch (IllegalBlockingModeException expected) { in test_socket_accept_Nonblocking_Bound()
31 import java.nio.channels.IllegalBlockingModeException;611 } catch (IllegalBlockingModeException expected) { in test_newReader_LReadableByteChannel_LString()617 } catch (IllegalBlockingModeException expected) { in test_newReader_LReadableByteChannel_LString()
33 import java.nio.channels.IllegalBlockingModeException;2371 } catch (IllegalBlockingModeException e) { in test_socket_IllegalBlockingModeException()2377 } catch (IllegalBlockingModeException e) { in test_socket_IllegalBlockingModeException()
40 public class IllegalBlockingModeException class49 public IllegalBlockingModeException() { } in IllegalBlockingModeException() method in IllegalBlockingModeException
94 throw new IllegalBlockingModeException(); in writeFully()
32 import java.nio.channels.IllegalBlockingModeException;209 throw new IllegalBlockingModeException(); in register()307 throw new IllegalBlockingModeException(); in configureBlocking()
25 import java.nio.channels.IllegalBlockingModeException;47 } catch (IllegalBlockingModeException expected) { in testStreamNonBlocking()60 } catch (IllegalBlockingModeException expected) { in testReaderNonBlocking()
21 import java.nio.channels.IllegalBlockingModeException;191 } catch (IllegalBlockingModeException e) { in test_register_LSelectorILObject_IllegalArgument()205 } catch (IllegalBlockingModeException e) { in test_register_LSelectorILObject_IllegalArgument()268 } catch (IllegalBlockingModeException e) { in test_configureBlocking_Z_IllegalBlockingMode()
21 import java.nio.channels.IllegalBlockingModeException;150 } catch (IllegalBlockingModeException e) { in test_register_LSelectorI_error()
97 throw new IllegalBlockingModeException(); in accept()102 throw new IllegalBlockingModeException(); in accept()
57 throw new IllegalBlockingModeException(); in read()
142 throw new IllegalBlockingModeException(); in send()210 throw new IllegalBlockingModeException(); in receive()
93 throw new IllegalBlockingModeException(); in connect()207 throw new IllegalBlockingModeException(); in read()
32 import java.nio.channels.IllegalBlockingModeException;221 } catch(IllegalBlockingModeException ibme) { in test_accept()
39 import java.nio.channels.IllegalBlockingModeException;1057 } catch (IllegalBlockingModeException expected) { in test_connectLjava_net_SocketAddress()1267 } catch (IllegalBlockingModeException expected) { in test_connectLjava_net_SocketAddressI()1987 } catch (IllegalBlockingModeException ibme) { in test_getOutputStream_shutdownOutput()
44 import java.nio.channels.IllegalBlockingModeException;464 } catch (IllegalBlockingModeException expected) { in test_Constructor_LReadableByteChannel()
400 "ojluni/src/main/java/java/nio/channels/IllegalBlockingModeException.java",
6807 public class IllegalBlockingModeException extends java.lang.IllegalStateException {6808 ctor public IllegalBlockingModeException();