made fix for bug id 13527
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13527 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137096 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6faef5d8f0
commit
b759cf0bc6
|
@ -85,7 +85,9 @@ public class ExceptionUtils
|
||||||
"getNextException",
|
"getNextException",
|
||||||
"getTargetException",
|
"getTargetException",
|
||||||
"getException",
|
"getException",
|
||||||
"getSourceException"
|
"getSourceException",
|
||||||
|
"getRootCause",
|
||||||
|
"getCausedByException"
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue