public class ConfigException
extends java.lang.Exception
| Constructor and Description |
|---|
ConfigException(java.lang.String error)
Construct a config exception with provided error.
|
ConfigException(java.lang.String error,
java.lang.Throwable cause)
Construct a config exception with provided error and reason.
|
public ConfigException(java.lang.String error)
error - error messagepublic ConfigException(java.lang.String error,
java.lang.Throwable cause)
error - error messagecause - error causeCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.