Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] fix checked in for bug 280116 - java.lang.IllegalStateException: Can't overwrite cause

280116 - java.lang.IllegalStateException: Can't overwrite cause
https://bugs.eclipse.org/bugs/show_bug.cgi?id=280116
- trivial fix to DescriptorException to not call exception.initCause(). errorAccessingSetMethodOfEntity was the only spot it was called directly.

Checked into trunk
Reviewed by: Andrei



Back to the top