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