Class BeanIsAbstractException

All Implemented Interfaces:
Serializable

public class BeanIsAbstractException extends BeanCreationException
Exception thrown when a bean instance has been requested for a bean definition which has been marked as abstract.
Since:
1.1
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • BeanIsAbstractException

      public BeanIsAbstractException(String beanName)
      Create a new BeanIsAbstractException.
      Parameters:
      beanName - the name of the bean requested