Class ConfigurationRuntimeException

    • Constructor Detail

      • ConfigurationRuntimeException

        public ConfigurationRuntimeException()
        Constructs a new ConfigurationRuntimeException without specified detail message.
      • ConfigurationRuntimeException

        public ConfigurationRuntimeException​(String message)
        Constructs a new ConfigurationRuntimeException with specified detail message.
        Parameters:
        message - the error message
      • ConfigurationRuntimeException

        public ConfigurationRuntimeException​(Throwable cause)
        Constructs a new ConfigurationRuntimeException with specified nested Throwable.
        Parameters:
        cause - the exception or error that caused this exception to be thrown
      • ConfigurationRuntimeException

        public ConfigurationRuntimeException​(String message,
                                             Throwable cause)
        Constructs a new ConfigurationRuntimeException with specified detail message and nested Throwable.
        Parameters:
        message - the error message
        cause - the exception or error that caused this exception to be thrown