00001 /* 00002 * UnexpectedDiscoveryCodeException.java 00003 * 00004 * Created on 5 giugno 2005, 12.42 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.btException.DiscoveryException; 00012 00017 public class UnexpectedDiscoveryCodeException extends java.lang.Exception { 00018 00022 public UnexpectedDiscoveryCodeException() { 00023 } 00024 00025 00030 public UnexpectedDiscoveryCodeException(String msg) { 00031 super(msg); 00032 } 00033 }