类 BeanInitializationException

    • 构造器详细资料

      • BeanInitializationException

        public BeanInitializationException​(String msg)
        Create a new BeanInitializationException with the specified message.
        参数:
        msg - the detail message
      • BeanInitializationException

        public BeanInitializationException​(String msg,
                                           Throwable cause)
        Create a new BeanInitializationException with the specified message and root cause.
        参数:
        msg - the detail message
        cause - the root cause