|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
org.springframework.beans.FatalBeanException
org.springframework.beans.factory.BeanCreationException
org.springframework.beans.factory.UnsatisfiedDependencyException
Exception thrown when a bean depends on other beans or simple properties that were not specified in the bean factory definition, although dependency checking was enabled.
| Field Summary |
| Fields inherited from class java.lang.RuntimeException |
|
| Constructor Summary | |
UnsatisfiedDependencyException(String resourceDescription,
String beanName,
int ctorArgIndex,
Class ctorArgType,
String msg)
|
|
UnsatisfiedDependencyException(String resourceDescription,
String beanName,
String propertyName,
String msg)
|
|
| Methods inherited from class org.springframework.beans.factory.BeanCreationException |
getBeanName, getResourceDescription |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getCause, getMessage, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UnsatisfiedDependencyException(String resourceDescription,
String beanName,
int ctorArgIndex,
Class ctorArgType,
String msg)
public UnsatisfiedDependencyException(String resourceDescription,
String beanName,
String propertyName,
String msg)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||