English | Site Directory

Android - An Open Handset Alliance Project

java.nio.channels
public class

java.nio.channels.ClosedByInterruptException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
java.io.IOException
java.nio.channels.ClosedChannelException
java.nio.channels.AsynchronousCloseException
java.nio.channels.ClosedByInterruptException

Thrown when a thread is interrupted in a blocking IO operation.

When the thread is interrupted by a call to interrupt() it will close the channel, set the interrupt status of the thread to true, and throw a ClosedByInterruptException.

Summary

Public Constructors

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

Details

Public Constructors

public ClosedByInterruptException()

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