if (StandardWatchmanService.LOG.isDebugEnabled()) {
StandardWatchmanService.LOG.debug(DebugMessages.ROOT_CAUSE.getMessage(),
ThrowableUtils.getRootCause(ioException));
StandardWatchmanService.LOG.debug(DebugMessages.STACK_TRACE.getMessage(), ioException);
}
throw new ServiceException(ServiceException.DEFAULT_MESSAGE, ioException);
}
}