org.classpath.icedtea.java.nio.channels
Class InterruptedByTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.classpath.icedtea.java.nio.channels.InterruptedByTimeoutException
- All Implemented Interfaces:
- Serializable
public class InterruptedByTimeoutException
- extends IOException
Checked exception received by a thread when a timeout elapses before an
asynchronous operation completes.
- Since:
- 1.7
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InterruptedByTimeoutException
public InterruptedByTimeoutException()
- Constructs an instance of this class.
Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.