FileDocCategorySizeDatePackage
FileLockInterruptionException.javaAPI DocAndroid 1.5 API1414Wed May 06 22:41:04 BST 2009java.nio.channels

FileLockInterruptionException

public class FileLockInterruptionException extends IOException
A {@code FileLockInterruptionException} is thrown when a thread is interrupted while waiting to acquire a file lock.

Note that the thread will also be in the 'interrupted' state.

since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public FileLockInterruptionException()
Constructs a {@code FileLockInterruptionException}.

since
Android 1.0


                 
      
        super();
    
Methods Summary