public class TimeoutException
extends java.lang.Exception
Indicates that an operation timed out.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
TimeoutException()
Constructs a blank TimeoutException 
 | 
TimeoutException(java.lang.String pMessage)
Constructs a TimeoutException with the specified detail message 
 | 
TimeoutException(java.lang.String pMessage,
                java.lang.Throwable pCause)
Constructs a TimeoutException with the specified detail message
 and cause 
 | 
TimeoutException(java.lang.Throwable pCause)
Constructs a TimeoutException with the specified cause 
 | 
public TimeoutException()
public TimeoutException(java.lang.String pMessage)
public TimeoutException(java.lang.String pMessage,
                        java.lang.Throwable pCause)
public TimeoutException(java.lang.Throwable pCause)