Class ConfigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.bookkeeper.common.conf.ConfigException
All Implemented Interfaces:
Serializable

public class ConfigException extends Exception
Exception thrown for configuration errors.
See Also:
  • Constructor Details

    • ConfigException

      public ConfigException(String error)
      Construct a config exception with provided error.
      Parameters:
      error - error message
    • ConfigException

      public ConfigException(String error, Throwable cause)
      Construct a config exception with provided error and reason.
      Parameters:
      error - error message
      cause - error cause