com.indexdata.masterkey.pazpar2.client.exceptions
Enum ProxyErrorException.ErrorCode
java.lang.Object
java.lang.Enum<ProxyErrorException.ErrorCode>
com.indexdata.masterkey.pazpar2.client.exceptions.ProxyErrorException.ErrorCode
- All Implemented Interfaces:
- Serializable, Comparable<ProxyErrorException.ErrorCode>
- Enclosing class:
- ProxyErrorException
public static enum ProxyErrorException.ErrorCode
- extends Enum<ProxyErrorException.ErrorCode>
NOT_AUTHENTICATED
public static final ProxyErrorException.ErrorCode NOT_AUTHENTICATED
CONFIGURATION_ERROR
public static final ProxyErrorException.ErrorCode CONFIGURATION_ERROR
PAZPAR2_IO_ERROR
public static final ProxyErrorException.ErrorCode PAZPAR2_IO_ERROR
TARGET_TORUS_ERROR
public static final ProxyErrorException.ErrorCode TARGET_TORUS_ERROR
IDENTITY_TORUS_ERROR
public static final ProxyErrorException.ErrorCode IDENTITY_TORUS_ERROR
values
public static ProxyErrorException.ErrorCode[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ProxyErrorException.ErrorCode c : ProxyErrorException.ErrorCode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ProxyErrorException.ErrorCode valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2012. All Rights Reserved.