BenQ Mobile

javax.microedition.io
Class ConnectionNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjavax.microedition.io.ConnectionNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionNotFoundException
extends java.io.IOException

This class is used to signal that a connection target cannot be found, or the protocol type is not supported.

Since:
CLDC 1.0
Version:
12/17/01 (CLDC 1.1)
Author:
Nik Shaylor
See Also:
Serialized Form

Constructor Summary
ConnectionNotFoundException()
          Constructs a ConnectionNotFoundException with no detail message.
ConnectionNotFoundException(java.lang.String s)
          Constructs a ConnectionNotFoundException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionNotFoundException

public ConnectionNotFoundException()
Constructs a ConnectionNotFoundException with no detail message.


ConnectionNotFoundException

public ConnectionNotFoundException(java.lang.String s)
Constructs a ConnectionNotFoundException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message

BenQ Mobile

Copyright © 2006 BenQ Mobile GmbH & Co. OHG or respective copyright owner.
All Rights Reserved.
BenQ Corp. is a trademark licensee of Siemens AG.


For further information about Mobility Toolkit (MTK) visit our Developer Portal.