public class CircularDependencyException extends DependencyInjectionException
Constructor and Description |
---|
CircularDependencyException(BeanResolutionContext resolutionContext,
Argument argument,
java.lang.String message) |
CircularDependencyException(BeanResolutionContext resolutionContext,
BeanDefinition declaringType,
java.lang.String methodName,
Argument argument,
java.lang.String message) |
CircularDependencyException(BeanResolutionContext resolutionContext,
BeanDefinition declaringType,
java.lang.String fieldName,
java.lang.String message) |
CircularDependencyException(BeanResolutionContext resolutionContext,
FieldInjectionPoint fieldInjectionPoint,
java.lang.String message) |
CircularDependencyException(BeanResolutionContext resolutionContext,
MethodInjectionPoint methodInjectionPoint,
Argument argument,
java.lang.String message) |
missingProperty
getRootBeanType
public CircularDependencyException(BeanResolutionContext resolutionContext, Argument argument, java.lang.String message)
resolutionContext
- The resolution contextargument
- The argumentmessage
- The messagepublic CircularDependencyException(BeanResolutionContext resolutionContext, FieldInjectionPoint fieldInjectionPoint, java.lang.String message)
resolutionContext
- The resolution contextfieldInjectionPoint
- The field injection pointmessage
- The messagepublic CircularDependencyException(BeanResolutionContext resolutionContext, BeanDefinition declaringType, java.lang.String fieldName, java.lang.String message)
resolutionContext
- The resolution contextdeclaringType
- The declaring typefieldName
- The field namemessage
- The messagepublic CircularDependencyException(BeanResolutionContext resolutionContext, MethodInjectionPoint methodInjectionPoint, Argument argument, java.lang.String message)
resolutionContext
- The resolution contextmethodInjectionPoint
- The method injection pointargument
- The argumentmessage
- The messagepublic CircularDependencyException(BeanResolutionContext resolutionContext, BeanDefinition declaringType, java.lang.String methodName, Argument argument, java.lang.String message)
resolutionContext
- The resolution contextdeclaringType
- The declaring typemethodName
- The method nameargument
- The argumentmessage
- The message