public class CircularDependencyException extends DependencyInjectionException
Constructor and Description |
---|
CircularDependencyException(BeanResolutionContext resolutionContext,
Argument argument,
String message) |
CircularDependencyException(BeanResolutionContext resolutionContext,
BeanDefinition declaringType,
String methodName,
Argument argument,
String message) |
CircularDependencyException(BeanResolutionContext resolutionContext,
BeanDefinition declaringType,
String fieldName,
String message) |
CircularDependencyException(BeanResolutionContext resolutionContext,
FieldInjectionPoint fieldInjectionPoint,
String message) |
CircularDependencyException(BeanResolutionContext resolutionContext,
MethodInjectionPoint methodInjectionPoint,
Argument argument,
String message) |
missingProperty
getRootBeanType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CircularDependencyException(BeanResolutionContext resolutionContext, Argument argument, String message)
resolutionContext
- The resolution contextargument
- The argumentmessage
- The messagepublic CircularDependencyException(BeanResolutionContext resolutionContext, FieldInjectionPoint fieldInjectionPoint, String message)
resolutionContext
- The resolution contextfieldInjectionPoint
- The field injection pointmessage
- The messagepublic CircularDependencyException(BeanResolutionContext resolutionContext, BeanDefinition declaringType, String fieldName, String message)
resolutionContext
- The resolution contextdeclaringType
- The declaring typefieldName
- The field namemessage
- The messagepublic CircularDependencyException(BeanResolutionContext resolutionContext, MethodInjectionPoint methodInjectionPoint, Argument argument, String message)
resolutionContext
- The resolution contextmethodInjectionPoint
- The method injection pointargument
- The argumentmessage
- The messagepublic CircularDependencyException(BeanResolutionContext resolutionContext, BeanDefinition declaringType, String methodName, Argument argument, String message)
resolutionContext
- The resolution contextdeclaringType
- The declaring typemethodName
- The method nameargument
- The argumentmessage
- The message