Generated by
JDiff

Class org.springframework.beans.BeanInstantiationException

Added Constructors
BeanInstantiationException(Constructor<?>, String, Throwable) Create a new BeanInstantiationException.
BeanInstantiationException(Method, String, Throwable) Create a new BeanInstantiationException.
 

Added Methods
Method getConstructingMethod() Return the delegate for bean construction purposes, if known.
Constructor<?> getConstructor() Return the offending constructor, if known.