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