Package javax.microedition.io
Class ConnectionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- javax.microedition.io.ConnectionNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ConnectionNotFoundException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionNotFoundException()
ConnectionNotFoundException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
ConnectionNotFoundException
public ConnectionNotFoundException()
-
ConnectionNotFoundException
public ConnectionNotFoundException(String var0)
-
-