/Users/detro/workspace-nb/JAEBI-BlueToothJ2MEClient/src/org/jaebi/midlet/bt/discoveryHandling/DeviceSearchError.java

Vai alla documentazione di questo file.
00001 /*
00002  * DeviceSearchError.java
00003  *
00004  * Created on 6 giugno 2005, 18.04
00005  *
00006  * To change this template, choose Tools | Options and locate the template under
00007  * the Source Creation and Management node. Right-click the template and choose
00008  * Open. You can then make changes to the template in the Source Editor.
00009  */
00010 
00011 package org.jaebi.midlet.bt.discoveryHandling;
00012 
00017 public class DeviceSearchError extends DiscoveryError {
00018     
00019     public static final int CANT_START_INQUIRY = 2;
00020     
00021     public static final int INQUIRY_ERROR = 3;
00022     
00023     public static final int INQUIRY_TERMINATED = 4;
00024     
00025     private int errorCode;
00026     
00027     private String errorMsg;
00028    
00029    public DeviceSearchError(int errorCode, String msg){
00030        super(errorCode, msg);
00031    }
00032 }

Generato il Thu Jun 23 00:02:59 2005 per JAEBI - BlueTooth J2ME Midlet Client da  doxygen 1.4.3