repo1.maven.org$maven2@org.springframework$spring-beans@2.5.6
repo1.maven.org$maven2@org.springframework$spring-beans@2.5.6@org$springframework$beans$BeanInstantiationException.java
file
oh
o
[]
package org.springframework.beans;
Exception thrown when instantiation of a bean failed.
Carries the offending bean class.
- Author(s):
- Juergen Hoeller
- Since:
- 1.2.8
Create a new BeanInstantiationException.
- Parameters:
beanClass the offending bean classmsg the detail message
this(beanClass, msg, null);
Create a new BeanInstantiationException.
- Parameters:
beanClass the offending bean classmsg the detail messagecause the root cause
super("Could not instantiate bean class [" + beanClass.getName() + "]: " + msg, cause); Return the offending bean class.