com.indexdata.masterkey.pazpar2.client.exceptions
public static enum ProxyErrorException.ErrorCode extends Enum<ProxyErrorException.ErrorCode>
Enum Constant and Description |
---|
CONFIGURATION_ERROR |
IDENTITY_TORUS_ERROR |
NOT_AUTHENTICATED |
PAZPAR2_IO_ERROR |
TARGET_TORUS_ERROR |
Modifier and Type | Method and Description |
---|---|
static ProxyErrorException.ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyErrorException.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxyErrorException.ErrorCode NOT_AUTHENTICATED
public static final ProxyErrorException.ErrorCode CONFIGURATION_ERROR
public static final ProxyErrorException.ErrorCode PAZPAR2_IO_ERROR
public static final ProxyErrorException.ErrorCode TARGET_TORUS_ERROR
public static final ProxyErrorException.ErrorCode IDENTITY_TORUS_ERROR
public static ProxyErrorException.ErrorCode[] values()
for (ProxyErrorException.ErrorCode c : ProxyErrorException.ErrorCode.values()) System.out.println(c);
public static ProxyErrorException.ErrorCode 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 © 2014. All rights reserved.