public class ConfigException
extends java.lang.RuntimeException
Config implementations.| Constructor and Description |
|---|
ConfigException(java.lang.String message)
Constructor with the detailed message.
|
ConfigException(java.lang.String message,
java.lang.Throwable cause)
Constructor with the detailed message.
|
public ConfigException(java.lang.String message)
message - the messagepublic ConfigException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the causeCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.