java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
java.net.SocketTimeoutException
- All Implemented Interfaces:
- Serializable
- See Also:
- Top Examples, Source Code
public SocketTimeoutException()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
[1699]Socket Time Out Exception
By a { dot } ankurdhawan { at } gmail { dot } com on 2006/01/19 03:05:35 Rate
I am uploading a zip file of about 15 MB from the client machine to
server machine, but it is giving socket time out exception... when i tried it with file
of size 5.5 MB it works fine... please tell me the solution of this problem so that i can upload a file of 15MB
public SocketTimeoutException(String msg)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples