* @throws SystemException if a system exception occurred
*/
@Override
public LFCertificateCourse findByPrimaryKey(Serializable primaryKey)
throws NoSuchLFCertificateCourseException, SystemException {
LFCertificateCourse lfCertificateCourse = fetchByPrimaryKey(primaryKey);
if (lfCertificateCourse == null) {
if (_log.isWarnEnabled()) {
_log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey);
}