public class SocketTimeoutException extends InterruptedIOException
bytesTransferred| Constructor and Description |
|---|
SocketTimeoutException()
Construct a new SocketTimeoutException with no detailed message.
|
SocketTimeoutException(String msg)
Constructs a new SocketTimeoutException with a detail
message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SocketTimeoutException(String msg)
msg - the detail messagepublic SocketTimeoutException()
Copyright © 2013 CableLabs. All rights reserved.