/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package showmyip.Manager; /** * * @author vara */ public class UMListenerNotInitException extends Exception{ public UMListenerNotInitException(String str){ super(str); } public UMListenerNotInitException(){ } }