{
LOG.trace(ce.getMessage(), ce);
}
// don't chain CacheException since JBoss Cache may not be on remote client's classpath
NamingException ne = new NamingException(ce.getClass().getName() + ": " + ce.getMessage());
ne.fillInStackTrace();
throw ne;
}
Name fullName = PARSER.parse("");
fullName.addAll(name);