Serializablepublic class ConfigException extends RuntimeException
| Constructor | Description |
|---|---|
ConfigException(String message) |
Creates a new configuration exception.
|
ConfigException(String message,
Throwable t) |
Creates a new configuration exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigException(String message)
message - the exception message, not null.Copyright © 2014–2019 Apache Software Foundation. All rights reserved.