Generated by
JDiff

Class org.springframework.core.NestedExceptionUtils

Added Methods
Throwable getMostSpecificCause(Throwable) Retrieve the most specific cause of the given exception, that is, either the innermost cause (root cause) or the exception itself.
Throwable getRootCause(Throwable) Retrieve the innermost cause of the given exception, if any.