| Modifier and Type | Field and Description |
|---|---|
protected ClientException.ErrorType |
ClientException.errorType |
| Modifier and Type | Method and Description |
|---|---|
static ClientException.ErrorType |
ClientException.ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientException.ErrorType[] |
ClientException.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ClientException(ClientException.ErrorType errorType,
String message) |
ClientException(ClientException.ErrorType errorType,
String message,
Throwable cause) |
Copyright © 2015 Cisco. All rights reserved.