public class TimeoutException
extends java.lang.Exception
| Constructor and Description |
|---|
TimeoutException()
Constructor for TimeoutException.
|
TimeoutException(java.lang.String message)
Constructor for TimeoutException.
|
TimeoutException(java.lang.String message,
java.lang.Throwable cause)
Constructor for TimeoutException.
|
TimeoutException(java.lang.Throwable cause)
Constructor for TimeoutException.
|
public TimeoutException()
public TimeoutException(java.lang.String message)
message - the error messagepublic TimeoutException(java.lang.String message,
java.lang.Throwable cause)
message - the error messagecause - the cause of the exceptionpublic TimeoutException(java.lang.Throwable cause)
cause - the cause of the exception