KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > SocketTimeoutException

java.net
Class SocketTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.InterruptedIOException
                  extended by 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  

Popular Tags