public class ConfigInvalidException
extends java.lang.Exception
| 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.
|
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.Copyright © 2012. All Rights Reserved.