Searched refs:NonReadableChannelException (Results 1 – 12 of 12) sorted by relevance
18 import java.nio.channels.NonReadableChannelException;33 NonReadableChannelException e = new NonReadableChannelException(); in test_Constructor()44 SerializationTest.verifySelf(new NonReadableChannelException()); in testSerializationSelf()52 SerializationTest.verifyGolden(this, new NonReadableChannelException()); in testSerializationCompatibility()
27 import java.nio.channels.NonReadableChannelException;99 } catch (NonReadableChannelException ex) { in test_illegalLocks()
36 import java.nio.channels.NonReadableChannelException;777 } catch (NonReadableChannelException e) { in test_lockJJZ_NonReadable()785 } catch (NonReadableChannelException e) { in test_lockJJZ_NonReadable()1064 } catch (NonReadableChannelException e) { in test_tryLockJJZ_NonReadable()1072 } catch (NonReadableChannelException e) { in test_tryLockJJZ_NonReadable()1237 } catch (NonReadableChannelException expected) { in test_readLByteBuffer_WriteOnly()1244 } catch (NonReadableChannelException expected) { in test_readLByteBuffer_WriteOnly()1345 } catch (NonReadableChannelException expected) { in test_readLByteBufferJ_WriteOnly()1533 } catch (NonReadableChannelException e) { in test_read$LByteBufferII_WriteOnly()1542 } catch (NonReadableChannelException e) { in test_read$LByteBufferII_WriteOnly()[all …]
40 public class NonReadableChannelException class49 public NonReadableChannelException() { } in NonReadableChannelException() method in NonReadableChannelException
41 import java.nio.channels.NonReadableChannelException;184 throw new NonReadableChannelException(); in read()212 throw new NonReadableChannelException(); in read()641 throw new NonReadableChannelException(); in transferTo()673 throw new NonReadableChannelException(); in transferFromFileChannel()769 throw new NonReadableChannelException(); in read()931 throw new NonReadableChannelException(); in map()1122 throw new NonReadableChannelException(); in lock()1167 throw new NonReadableChannelException(); in tryLock()
180 throw new NonReadableChannelException(); in implLock()247 throw new NonReadableChannelException(); in tryLock()296 throw new NonReadableChannelException(); in implRead()
31 import java.nio.channels.NonReadableChannelException;204 } catch (NonReadableChannelException exception) { in testRead_Future()296 } catch (NonReadableChannelException exception) { in testRead_CompletionListener()
28 import java.nio.channels.NonReadableChannelException;456 } catch (NonReadableChannelException expected) { in test_newFileChannel()
27 import java.nio.channels.NonReadableChannelException;341 } catch (NonReadableChannelException expected) { in test_newByteChannel_openOption_WRITE()
32 import java.nio.channels.NonReadableChannelException;1208 } catch (NonReadableChannelException expected) { in test_newByteChannel_openOption_WRITE()
428 "ojluni/src/main/java/java/nio/channels/NonReadableChannelException.java",
6855 public class NonReadableChannelException extends java.lang.IllegalStateException {6856 ctor public NonReadableChannelException();