public class ConfigInvalidException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ConfigInvalidException(java.lang.String message)
Construct an invalid configuration error.
|
ConfigInvalidException(java.lang.String message,
java.lang.Throwable cause)
Construct an invalid configuration error.
|
private static final long serialVersionUID
public ConfigInvalidException(java.lang.String message)
message
- why the configuration is invalid.public ConfigInvalidException(java.lang.String message, java.lang.Throwable cause)
message
- why the configuration is invalid.cause
- root cause of the error.