Class TimeoutRuntimeException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.eclipse.net4j.util.concurrent.TimeoutRuntimeException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class TimeoutRuntimeException extends java.lang.RuntimeException- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TimeoutRuntimeException()TimeoutRuntimeException(java.lang.String message)TimeoutRuntimeException(java.lang.String message, java.lang.Throwable cause)TimeoutRuntimeException(java.lang.Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.TimeoutExceptioncreateTimeoutException()
 
- 
- 
- 
Constructor Detail- 
TimeoutRuntimeExceptionpublic TimeoutRuntimeException() 
 - 
TimeoutRuntimeExceptionpublic TimeoutRuntimeException(java.lang.String message) 
 - 
TimeoutRuntimeExceptionpublic TimeoutRuntimeException(java.lang.Throwable cause) 
 - 
TimeoutRuntimeExceptionpublic TimeoutRuntimeException(java.lang.String message, java.lang.Throwable cause)
 
- 
 
-