buffer.append( "\n build: " + descriptor.getBuild() );
buffer.append( "\n factory: " + descriptor.getFactory() );
buffer.append( "\n source: "
+ clazz.getProtectionDomain().getCodeSource().getLocation() );
buffer.append( "\n cache: " + m_cache );
throw new RepositoryException( buffer.toString(), e );
}
}