public class TimeoutException extends Exception
| Constructor and Description |
|---|
TimeoutException()
Default Constructor.
|
TimeoutException(long timeout,
String desc)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TimeoutException()
public TimeoutException(long timeout,
String desc)
timeout - The timeout value which expired.desc - Textual description of the exceptionCopyright © 2005–2025 Onix Solutions. All rights reserved.