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