HomeSort by relevance Sort by last modified time
    Searched refs:NonReadableChannelException (Results 1 - 20 of 20) sorted by null

  /libcore/luni/src/main/java/java/nio/channels/
NonReadableChannelException.java 20 * A {@code NonReadableChannelException} is thrown when attempting to read from
23 public class NonReadableChannelException extends IllegalStateException {
28 * Constructs a {@code NonReadableChannelException}.
30 public NonReadableChannelException() {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
NonReadableChannelExceptionTest.java 18 import java.nio.channels.NonReadableChannelException;
25 * Tests for NonReadableChannelException
30 * @tests {@link java.nio.channels.NonReadableChannelException#NonReadableChannelException()}
33 NonReadableChannelException e = new NonReadableChannelException();
44 SerializationTest.verifySelf(new NonReadableChannelException());
52 SerializationTest.verifyGolden(this, new NonReadableChannelException());
FileChannelLockingTest.java 27 import java.nio.channels.NonReadableChannelException;
99 } catch (NonReadableChannelException ex) {
FileChannelTest.java 36 import java.nio.channels.NonReadableChannelException;
763 fail("should throw NonReadableChannelException");
764 } catch (NonReadableChannelException e) {
768 // throws NonReadableChannelException before IllegalArgumentException
771 fail("should throw NonReadableChannelException");
772 } catch (NonReadableChannelException e) {
971 fail("should throw NonReadableChannelException");
972 } catch (NonReadableChannelException e) {
976 // throws NonReadableChannelException before IllegalArgumentException
979 fail("should throw NonReadableChannelException");
    [all...]
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 31 import java.nio.channels.NonReadableChannelException;
80 throw new NonReadableChannelException();
102 throw new NonReadableChannelException();
234 throw new NonReadableChannelException();
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 505 milliseconds