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