java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--java.net.SocketException
Untamed: Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
SocketException(String msg)
SocketException with the
specified detail message.
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
public SocketException(String msg)
SocketException with the
specified detail message.
msg - the detail message.public SocketException()
SocketException with no detail message.