public class ConfigException extends RuntimeException
Config implementations.| Constructor and Description |
|---|
ConfigException(String message)
Constructor with the detailed message.
|
ConfigException(String message,
Throwable cause)
Constructor with the detailed message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigException(String message)
message - the messageCopyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.