English | Site Directory

Android - An Open Handset Alliance Project

java.nio.channels
public class

java.nio.channels.FileLockInterruptionException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
java.io.IOException
java.nio.channels.FileLockInterruptionException

Thrown when thread was interrupted while waiting to acquire a file lock.

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

Summary

Public Constructors

          FileLockInterruptionException()
Default constructor.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public FileLockInterruptionException()

Default constructor.
Build m5-rc15i - 10 Jun 2008 13:54