类 NoSuchBeanException

  • 所有已实现的接口:
    Serializable

    public class NoSuchBeanException
    extends HibernateException
    Exception indicating that the given class is not known as a CDI bean - triggers fallback handling
    作者:
    Steve Ebersole
    另请参阅:
    序列化表格
    • 构造器详细资料

      • NoSuchBeanException

        public NoSuchBeanException​(Throwable cause)
      • NoSuchBeanException

        public NoSuchBeanException​(String message,
                                   Throwable cause)