@Deprecated
class ConfigurationError
extends java.lang.Error
Modifier and Type | Field and Description |
---|---|
private java.lang.Exception |
exception
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
Constructor and Description |
---|
ConfigurationError(java.lang.String msg,
java.lang.Exception x)
Deprecated.
Construct a new instance with the specified detail string and exception.
|
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Exception |
getException()
Deprecated.
|
private static final long serialVersionUID
private final java.lang.Exception exception