Class ConfigurationRuntimeException

All Implemented Interfaces:
Serializable

public class ConfigurationRuntimeException extends RuntimeException
This exception is thrown on internal errors in the configuration system.
See Also:
  • Constructor Details

    • ConfigurationRuntimeException

      public ConfigurationRuntimeException(String message)
    • ConfigurationRuntimeException

      public ConfigurationRuntimeException(String message, Throwable cause)
    • ConfigurationRuntimeException

      public ConfigurationRuntimeException(Throwable cause)