类 FatalBeanException

    • 构造器详细资料

      • FatalBeanException

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

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