for logging

This commit is contained in:
zoomk
2025-10-28 15:47:53 +09:00
parent 4af1baccbc
commit 8c55192fd7
@@ -204,9 +204,9 @@ System.out.println("=================getQueueConnectionFactory qConnFactoryName[
} }
} catch (NamingException ne) { // } catch (NamingException ne) {
//throw new ServiceLocatorException(ne); // //throw new ServiceLocatorException(ne);
throw new ServiceLocatorException(ExceptionUtil.getErrorCode(ne,"RECEAICUL113")); // throw new ServiceLocatorException(ExceptionUtil.getErrorCode(ne,"RECEAICUL113"));
} catch (Exception e) { } catch (Exception e) {
//throw new ServiceLocatorException(e); //throw new ServiceLocatorException(e);
throw new ServiceLocatorException(ExceptionUtil.getErrorCode(e,"RECEAICUL114")); throw new ServiceLocatorException(ExceptionUtil.getErrorCode(e,"RECEAICUL114"));