public class SocketException extends IOException
Constructor and Description |
---|
SocketException()
Constructs a new
SocketException with no detail message. |
SocketException(String msg)
Constructs a new
SocketException with the
specified detail message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SocketException(String msg)
SocketException
with the
specified detail message.msg
- the detail message.public SocketException()
SocketException
with no detail message.Copyright © 2013 CableLabs. All Rights Reserved.