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