Class BeanInstantiationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BeanInstantiationException
    extends BeanCreationException
    Thrown when no such beans exists.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • BeanInstantiationException

        public BeanInstantiationException​(java.lang.String message,
                                          java.lang.Throwable cause)
        Parameters:
        message - The message
        cause - The throwable
      • BeanInstantiationException

        public BeanInstantiationException​(java.lang.String message)
        Parameters:
        message - The message
      • BeanInstantiationException

        public BeanInstantiationException​(BeanResolutionContext resolutionContext,
                                          java.lang.Throwable cause)
        Parameters:
        resolutionContext - The resolution context
        cause - The throwable
      • BeanInstantiationException

        public BeanInstantiationException​(BeanResolutionContext resolutionContext,
                                          java.lang.String message)
        Parameters:
        resolutionContext - The resolution context
        message - The message
      • BeanInstantiationException

        public BeanInstantiationException​(BeanType<T> beanDefinition,
                                          java.lang.Throwable cause)
        Type Parameters:
        T - The bean type
        Parameters:
        beanDefinition - The bean definition
        cause - The throwable
      • BeanInstantiationException

        public BeanInstantiationException​(BeanType<T> beanDefinition,
                                          java.lang.String message)
        Type Parameters:
        T - The bean type
        Parameters:
        beanDefinition - The bean definition
        message - The message