public class ConfigurationException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
| Constructor and Description |
|---|
ConfigurationException(String explanation)
Constructs a new instance of ConfigurationException using
an explanation.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected static final long serialVersionUID
public ConfigurationException(String explanation)
explanation - a possibly null string containing additional detail
about this exception.Copyright © 2024 Denodo Technologies. All rights reserved.