Generated by
JDiff

Class org.springframework.core.NestedCheckedException

Changed Methods
boolean contains(Class<?>) Change in signature from Class to Class<?>.
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.