com.indexdata.masterkey.pazpar2.client.exceptions
Enum ProxyErrorException.ErrorCode

java.lang.Object
  extended by java.lang.Enum<ProxyErrorException.ErrorCode>
      extended by 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>


Enum Constant Summary
CONFIGURATION_ERROR
           
IDENTITY_TORUS_ERROR
           
NOT_AUTHENTICATED
           
PAZPAR2_IO_ERROR
           
TARGET_TORUS_ERROR
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.