OPENJPA-365: This is a token commit. Original commit is 677147 but due to typo in commit message, the JIRA issue did not get assoicated correctly with the commit 677147

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@691327 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2008-09-02 17:47:06 +00:00
parent 650161a887
commit 2988f75fc3
1 changed files with 1 additions and 0 deletions

View File

@ -1143,6 +1143,7 @@ public class BrokerImpl
throw new UserException(_loc.get("meta-unknownid", cls)); throw new UserException(_loc.get("meta-unknownid", cls));
} }
} catch (IllegalArgumentException iae) { } catch (IllegalArgumentException iae) {
// OPENJPA-365
throw new UserException(_loc.get("bad-id-value", val, throw new UserException(_loc.get("bad-id-value", val,
val.getClass().getName(), cls)).setCause(iae); val.getClass().getName(), cls)).setCause(iae);
} catch (OpenJPAException ke) { } catch (OpenJPAException ke) {