Package totalcross.net
Class UnknownHostException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- totalcross.io.IOException
-
- totalcross.net.UnknownHostException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownHostException extends IOException
Thrown when you try to connect to a host that was not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownHostException(java.lang.String msg)Constructs an exception with the given message.
-