public static enum ClientException.ErrorType extends Enum<ClientException.ErrorType>
| Modifier and Type | Method and Description |
|---|---|
static ClientException.ErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientException.ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientException.ErrorType GENERAL
public static final ClientException.ErrorType CONFIGURATION
public static final ClientException.ErrorType NUMBEROF_RETRIES_EXEEDED
public static final ClientException.ErrorType NUMBEROF_RETRIES_NEXTSERVER_EXCEEDED
public static final ClientException.ErrorType SOCKET_TIMEOUT_EXCEPTION
public static final ClientException.ErrorType READ_TIMEOUT_EXCEPTION
public static final ClientException.ErrorType UNKNOWN_HOST_EXCEPTION
public static final ClientException.ErrorType CONNECT_EXCEPTION
public static final ClientException.ErrorType CLIENT_THROTTLED
public static final ClientException.ErrorType SERVER_THROTTLED
public static final ClientException.ErrorType NO_ROUTE_TO_HOST_EXCEPTION
public static final ClientException.ErrorType CACHE_MISSING
public static ClientException.ErrorType[] values()
for (ClientException.ErrorType c : ClientException.ErrorType.values()) System.out.println(c);
public static ClientException.ErrorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015 Cisco. All rights reserved.