Class ConfigurationException

    • Constructor Detail

      • ConfigurationException

        public ConfigurationException​(Throwable t)
        Creates a new exception from a cause.
        Parameters:
        t - the root cause
      • ConfigurationException

        public ConfigurationException​(String s)
        Creates a new exception from a custom message.
        Parameters:
        s - a custom message
      • ConfigurationException

        public ConfigurationException​(String s,
                                      Throwable t)
        Creates a new exception from a cause and a custom message.
        Parameters:
        s - a custom message
        t - the root cause