Class BeanInstantiationException

All Implemented Interfaces:
Serializable

public class BeanInstantiationException extends BeanCreationException
Thrown when no such beans exists.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • BeanInstantiationException

      public BeanInstantiationException(String message, Throwable cause)
      Parameters:
      message - The message
      cause - The throwable
    • BeanInstantiationException

      public BeanInstantiationException(String message)
      Parameters:
      message - The message
    • BeanInstantiationException

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

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

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

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