Class BadConfigurationException

  • All Implemented Interfaces:
    Serializable


    public class BadConfigurationException
    extends Annot8Exception
    Exception indicating that an unacceptable configuration has been provided to a component, or required configuration information is missing.
    See Also:
    Serialized Form
    • Constructor Detail

      • BadConfigurationException

        public BadConfigurationException​(String message)
        Create an exception with the given message
      • BadConfigurationException

        public BadConfigurationException​(String message,
                                         Throwable t)
        Create an exception with the given message and a root cause