DCT Lightfoot v3 API specification

javax.microedition.io
Class ConnectionNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--javax.microedition.io.ConnectionNotFoundException

public class ConnectionNotFoundException
extends IOException

Exception used when a connection cannot be found


Field Summary
 
Fields inherited from class java.lang.Throwable
stackTrace
 
Constructor Summary
ConnectionNotFoundException()
          Create a default exception
ConnectionNotFoundException(java.lang.String msg)
          Create an exception with a string
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionNotFoundException

public ConnectionNotFoundException()
Create a default exception


ConnectionNotFoundException

public ConnectionNotFoundException(java.lang.String msg)
Create an exception with a string

Parameters:
msg - The message

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification