public class XMLConfigurationException
extends java.lang.Exception
XMLConfigurator.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
XMLConfigurationException()
Constructor.
|
XMLConfigurationException(java.lang.Exception wrappedException)
Constructor.
|
XMLConfigurationException(java.lang.String message)
Constructor.
|
XMLConfigurationException(java.lang.String message,
java.lang.Exception wrappedException)
Constructor.
|
private static final long serialVersionUID
public XMLConfigurationException()
public XMLConfigurationException(@Nullable
java.lang.String message)
message - exception messagepublic XMLConfigurationException(@Nullable
java.lang.Exception wrappedException)
wrappedException - exception to be wrapped by this onepublic XMLConfigurationException(@Nullable
java.lang.String message,
@Nullable
java.lang.Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one