272273274275276277278
msg.append("groupId="); msg.append(groupId); msg.append(StringPool.CLOSE_CURLY_BRACE); throw new NoSuchLocationException(msg.toString()); }
323324325326327328329
705706707708709710711712713714715
if (location == null) { if (_log.isWarnEnabled()) { _log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey); } throw new NoSuchLocationException(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey); } return remove(location); }
860861862863864865866867868869870
if (location == null) { if (_log.isWarnEnabled()) { _log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey); } throw new NoSuchLocationException(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey); } return location; }