mirror of https://github.com/apache/openjpa.git
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:
parent
650161a887
commit
2988f75fc3
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue