public class CircularDependencyException extends DependencyInjectionException
| Constructor and Description | 
|---|
| CircularDependencyException(BeanResolutionContext resolutionContext,
                           Argument argument,
                           String message) | 
| CircularDependencyException(BeanResolutionContext resolutionContext,
                           FieldInjectionPoint fieldInjectionPoint,
                           String message) | 
| CircularDependencyException(BeanResolutionContext resolutionContext,
                           MethodInjectionPoint methodInjectionPoint,
                           Argument argument,
                           String message) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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, MethodInjectionPoint methodInjectionPoint, Argument argument, String message)
resolutionContext - The resolution contextmethodInjectionPoint - The method injection pointargument - The argumentmessage - The message