Class IOTimeoutException

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

public class IOTimeoutException extends IOException
Since:
3.0
Author:
Eike Stepper
See Also:
  • Constructor Details

    • IOTimeoutException

      public IOTimeoutException()
    • IOTimeoutException

      public IOTimeoutException(String message, Throwable cause)
    • IOTimeoutException

      public IOTimeoutException(String message)
    • IOTimeoutException

      public IOTimeoutException(Throwable cause)
  • Method Details