public class TimeoutException extends Exception
| Constructor and Description |
|---|
TimeoutException()
Constructor for TimeoutException.
|
TimeoutException(String message)
Constructor for TimeoutException.
|
TimeoutException(String message,
Throwable cause)
Constructor for TimeoutException.
|
TimeoutException(Throwable cause)
Constructor for TimeoutException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TimeoutException()
public TimeoutException(String message)
message - the error messagepublic TimeoutException(String message, Throwable cause)
message - the error messagecause - the cause of the exceptionpublic TimeoutException(Throwable cause)
cause - the cause of the exceptionCopyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.