Class BeanConfigNotFoundException

All Implemented Interfaces:
Serializable

public class BeanConfigNotFoundException extends BeanConfigException
Exception indicating that a configuration for a bean by this name can't be found (has not been added or has been removed).
Since:
8.0
Author:
Moran Avigdor, Itai Frenkel
See Also:
  • Constructor Details

    • BeanConfigNotFoundException

      public BeanConfigNotFoundException(String message)
    • BeanConfigNotFoundException

      public BeanConfigNotFoundException(String message, Throwable e)