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