org.eclipse.net4j.util.io
Class IOTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.eclipse.net4j.util.io.IOTimeoutException
All Implemented Interfaces:
Serializable

public class IOTimeoutException
extends IOException

Since:
3.0
See Also:
Serialized Form

Constructor Summary
IOTimeoutException()
           
IOTimeoutException(String message)
           
IOTimeoutException(String message, Throwable cause)
           
IOTimeoutException(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

IOTimeoutException

public IOTimeoutException()

IOTimeoutException

public IOTimeoutException(String message,
                          Throwable cause)

IOTimeoutException

public IOTimeoutException(String message)

IOTimeoutException

public IOTimeoutException(Throwable cause)
Method Detail

createTimeoutException

public TimeoutException createTimeoutException()


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