Package Summary  Overview Summary

class:SocketTimeoutException [NONE]

All Implemented Interfaces:
Serializable

public class SocketTimeoutException
extends InterruptedIOException
Signals that a timeout has occurred on a socket read or accept.
Since:
1.4
See Also:
Serialized Form

constructor:SocketTimeoutException(java.lang.String) [NONE]

  • SocketTimeoutException

    public SocketTimeoutException​(String msg)
    Constructs a new SocketTimeoutException with a detail message.
    Parameters:
    msg - the detail message
  • constructor:SocketTimeoutException() [NONE]

    SocketTimeoutException

    public SocketTimeoutException()
    Construct a new SocketTimeoutException with no detailed message.