Class ConfigurationException

    • Constructor Detail

      • ConfigurationException

        public ConfigurationException()
        Constructs a new configuration exception.
      • ConfigurationException

        public ConfigurationException​(String message)
        Constructs a new configuration exception with the specified detail message.
        Parameters:
        message - the detail message
      • ConfigurationException

        public ConfigurationException​(Throwable cause)
        Constructs a new configuration exception with the specified cause.
        Parameters:
        cause - the cause
      • ConfigurationException

        public ConfigurationException​(String message,
                                      Throwable cause)
        Constructs a new configuration exception with the specified detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause
      • ConfigurationException

        public ConfigurationException​(String message,
                                      Throwable cause,
                                      boolean enableSuppression,
                                      boolean writableStackTrace)
        Constructs a new configuration exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
        Parameters:
        message - the detail message
        cause - the cause
        enableSuppression - whether suppression is enabled or disabled
        writableStackTrace - whether the stack trace should be writable