org.eclipse.net4j.util.concurrent
Class TimeoutRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.net4j.util.concurrent.TimeoutRuntimeException
All Implemented Interfaces:
Serializable

public class TimeoutRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
TimeoutRuntimeException()
           
TimeoutRuntimeException(String message)
           
TimeoutRuntimeException(String message, Throwable cause)
           
TimeoutRuntimeException(Throwable cause)
           
 
Method Summary
 TimeoutException createTimeoutException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeoutRuntimeException

public TimeoutRuntimeException()

TimeoutRuntimeException

public TimeoutRuntimeException(String message)

TimeoutRuntimeException

public TimeoutRuntimeException(Throwable cause)

TimeoutRuntimeException

public TimeoutRuntimeException(String message,
                               Throwable cause)
Method Detail

createTimeoutException

public TimeoutException createTimeoutException()
Since:
3.0


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.