public class TimeoutException extends IOException
| Constructor and Description |
|---|
TimeoutException()
Instantiates a new Timeout exception.
|
TimeoutException(String s)
Instantiates a new Timeout exception.
|
TimeoutException(String s,
Throwable throwable)
Instantiates a new Timeout exception.
|
TimeoutException(Throwable throwable)
Instantiates a new Timeout exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TimeoutException()
public TimeoutException(String s)
s - the spublic TimeoutException(String s, Throwable throwable)
s - the sthrowable - the throwablepublic TimeoutException(Throwable throwable)
throwable - the throwableCopyright © 2017. All rights reserved.