}
}
catch ( TaskQueueException e )
{
log.error( "Error occurred while retrieving distributed build queue of scmRootId=" + scmRootId, e );
throw new ContinuumException( "Error occurred while retrieving distributed build queue of scmRoot", e );
}
catch ( MalformedURLException e )
{
log.error( "Error occurred while retrieving distributed build queue of scmRootId=" + scmRootId +
": Invalid build agent url " + buildAgentUrl );
throw new ContinuumException( "Error occurred while retrieving distributed build queue of scmRootId=" + scmRootId +
": Invalid build agent url " + buildAgentUrl );
}
catch ( Exception e )
{
log.error( "Error occurred while retrieving distributed build queue of scmRootId=" + scmRootId, e );
throw new ContinuumException( "Error occurred while retrieving distributed build queue of scmRoot", e );
}
}
}
return null;