Home
last modified time | relevance | path

Searched refs:IllegalSelectorException (Results 1 – 5 of 5) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DIllegalSelectorExceptionTest.java18 import java.nio.channels.IllegalSelectorException;
33 IllegalSelectorException e = new IllegalSelectorException(); in test_Constructor()
44 SerializationTest.verifySelf(new IllegalSelectorException()); in testSerializationSelf()
52 SerializationTest.verifyGolden(this, new IllegalSelectorException()); in testSerializationCompatibility()
/libcore/ojluni/src/main/java/java/nio/channels/
DIllegalSelectorException.java41 public class IllegalSelectorException class
50 public IllegalSelectorException() { } in IllegalSelectorException() method in IllegalSelectorException
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DAbstractSelectableChannelTest.java22 import java.nio.channels.IllegalSelectorException;
175 } catch (IllegalSelectorException e) { in test_register_LSelectorILObject_IllegalArgument()
/libcore/ojluni/src/main/java/sun/nio/ch/
DSelectorImpl.java128 throw new IllegalSelectorException(); in register()
/libcore/
Dopenjdk_java_files.bp378 "ojluni/src/main/java/java/nio/channels/IllegalSelectorException.java",