public class CircularDependencyException extends DependencyInjectionException
Constructor and Description |
---|
CircularDependencyException(BeanResolutionContext resolutionContext,
Argument argument,
java.lang.String message) |
CircularDependencyException(BeanResolutionContext resolutionContext,
FieldInjectionPoint fieldInjectionPoint,
java.lang.String message) |
CircularDependencyException(BeanResolutionContext resolutionContext,
MethodInjectionPoint methodInjectionPoint,
Argument argument,
java.lang.String message) |
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, MethodInjectionPoint methodInjectionPoint, Argument argument, java.lang.String message)
resolutionContext
- The resolution contextmethodInjectionPoint
- The method injection pointargument
- The argumentmessage
- The message