}
}
}
catch( RepositoryException e )
{
throw new EntityFinderException( e );
}
catch( MalformedQueryException e )
{
throw new EntityFinderException( e );
}
catch( QueryEvaluationException e )
{
throw new EntityFinderException( e );
}
catch( Exception e )
{
throw new EntityFinderException( e );
}
}