Package totalcross.net
Class SocketTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- totalcross.io.IOException
-
- totalcross.net.SocketTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class SocketTimeoutException extends IOException
Thrown when a socket times out in a connect, read or write operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SocketTimeoutException(java.lang.String msg)Constructs an exception with the given message.
-