public class InterruptedException extends Exception
Constructor and Description |
---|
InterruptedException()
Constructs an InterruptedException with no detail message.
|
InterruptedException(String s)
Constructs an InterruptedException with the specified detail message.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public InterruptedException()
public InterruptedException(String s)