logger.error(e.getMessage(),e);
if (e instanceof SerializerException)
{
throw (SerializerException)e;
}
throw new SerializerException(SerializerException.IMPORT_ERROR.create(e.getMessage()));
}
finally
{
Thread.currentThread().setContextClassLoader(contextClassLoader);
if (scm != null)