org.springframework.beans.factory
Class UnsatisfiedDependencyException
java.lang.Object
java.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
- All Implemented Interfaces:
- Serializable
- public class UnsatisfiedDependencyException
- extends BeanCreationException
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.
- Since:
- September 3, 2003
- Author:
- Rod Johnson, Juergen Hoeller
- See Also:
- Serialized Form
UnsatisfiedDependencyException
public UnsatisfiedDependencyException(String resourceDescription,
String beanName,
int ctorArgIndex,
Class ctorArgType,
String msg)
UnsatisfiedDependencyException
public UnsatisfiedDependencyException(String resourceDescription,
String beanName,
String propertyName,
String msg)
Copyright (C) 2003-2004 The Spring Framework Project.