Class AnnotationConfigurationException

    • Constructor Detail

      • AnnotationConfigurationException

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

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