Searched refs:FileLockInterruptionException (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/
H A DFileLockInterruptionException.java22 * A {@code FileLockInterruptionException} is thrown when a thread is
27 public class FileLockInterruptionException extends IOException { class in inherits:IOException
32 * Constructs a {@code FileLockInterruptionException}.
34 public FileLockInterruptionException() { method in class:FileLockInterruptionException
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DFileLockInterruptionExceptionTest.java18 import java.nio.channels.FileLockInterruptionException;
25 * Tests for FileLockInterruptionException
30 * @tests {@link java.nio.channels.FileLockInterruptionException#FileLockInterruptionException()}
33 FileLockInterruptionException e = new FileLockInterruptionException();
44 SerializationTest.verifySelf(new FileLockInterruptionException());
53 new FileLockInterruptionException());
/libcore/luni/src/main/java/java/nio/
H A DFileChannelImpl.java30 import java.nio.channels.FileLockInterruptionException;
172 throw new FileLockInterruptionException();

Completed in 189 milliseconds