....public static singleton getInstance() throws Exception { if (instance == null) throw new Exception return instance;} ...