public class OKVConfigurationException extends OKVException
| Constructor and Description |
|---|
OKVConfigurationException(java.lang.String message)
Constructs an exception with a message.
|
OKVConfigurationException(java.lang.String message,
java.lang.Exception ex)
Constructs an exception with a message and an underlying cause.
|
public OKVConfigurationException(java.lang.String message)
message - The reason for the exceptionpublic OKVConfigurationException(java.lang.String message,
java.lang.Exception ex)
message - The reason for the exceptionex - The underlying cause of the exception