}
}
catch ( TaskQueueException e )
{
log.error( "Error while enqueing build task for project " + buildContext.getProjectId(), e );
throw new ContinuumException(
"Error while enqueuing build task for project " + buildContext.getProjectId(), e );
}
catch ( TaskQueueManagerException e )
{
log.error( "Error while checking if project " + buildContext.getProjectId() + " is in build queue", e );
throw new ContinuumException(
"Error while checking if project " + buildContext.getProjectId() + " is in build queue", e );
}
}
}