类 AnnotationConfigurationException

    • 构造器详细资料

      • AnnotationConfigurationException

        public AnnotationConfigurationException​(String message)
        Construct a new AnnotationConfigurationException with the supplied message.
        参数:
        message - the detail message
      • AnnotationConfigurationException

        public AnnotationConfigurationException​(String message,
                                                Throwable cause)
        Construct a new AnnotationConfigurationException with the supplied message and cause.
        参数:
        message - the detail message
        cause - the root cause