public class InterruptedException extends Exception
interrupt method in class Thread.Object.wait(),
Object.wait(long),
Object.wait(long, int),
Thread.sleep(long),
Thread.interrupt(),
Thread.interrupted(),
Serialized Form| Constructor and Description |
|---|
InterruptedException()
Constructs an
InterruptedException with no detail message. |
InterruptedException(String s)
Constructs an
InterruptedException with the
specified detail message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InterruptedException()
InterruptedException with no detail message.public InterruptedException(String s)
InterruptedException with the
specified detail message.s - the detail message.Copyright © 2013 CableLabs. All rights reserved.