log.trace("resolveAuthSegment - newURI = " + newURI);
}
catch (java.net.URISyntaxException oEx)
{
// oops! invalid authority URI
savedException = new InvalidAuthorityURIException(
"Could not create URI to access based on " + uri +
". Trying to resolve " + segment, oEx);
continue; // try next URI
}