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, toString
public TimeoutException()
public TimeoutException(long timeout, String desc)
timeout
- The timeout value which expired.desc
- Textual description of the exceptionCopyright © 2005–2024 Onix Solutions. All rights reserved.