} else {
LOGGER.error(
Messages.QMAN_100037_INVOKE_OPERATION_FAILURE,
operationName,
_objectName);
throw new QManFault(
getWsResource().getEndpointReference(),
exception);
}
}catch(Exception exception)
{
LOGGER.error(
Messages.QMAN_100037_INVOKE_OPERATION_FAILURE,
operationName,
_objectName);
throw new QManFault(
getWsResource().getEndpointReference(),
exception);
}
}