Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 437
نمايش فراداده

FileLockInterruptionExceptionjava.nio.channels

Java 1.4serializable checked

Signals that the interrupt( ) method of a thread blocked waiting to acquire a file lock was called. See FileChannel.lock( ).

Figure 13-24. java.nio.channels.FileLockInterruptionException

public class

FileLockInterruptionException extends java.io.IOException { // Public Constructors public

FileLockInterruptionException ( ); }