public class

SocketTimeoutException

extends InterruptedIOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.io.InterruptedIOException
           ↳ java.net.SocketTimeoutException

Class Overview

Signals that a timeout has occurred on a socket read or accept.

Summary

[Expand]
Inherited Fields
From class java.io.InterruptedIOException
Public Constructors
SocketTimeoutException(String msg)
Constructs a new SocketTimeoutException with a detail message.
SocketTimeoutException()
Construct a new SocketTimeoutException with no detailed message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SocketTimeoutException (String msg)

Constructs a new SocketTimeoutException with a detail message.

Parameters
msg the detail message

public SocketTimeoutException ()

Construct a new SocketTimeoutException with no detailed message.