catch (Exception e) { _log.error(e, e); throw new RemoteException(e.getMessage()); } } public static void testCounterIncrement_Rollback() throws RemoteException { try { PortalServiceUtil.testCounterIncrement_Rollback(); } catch (Exception e) { _log.error(e, e); throw new RemoteException(e.getMessage()); } } public static void testDeleteClassName() throws RemoteException { try { PortalServiceUtil.testDeleteClassName(); } catch (Exception e) { _log.error(e, e); throw new RemoteException(e.getMessage()); } }