net.ripe.rpki.commons.provisioning.payload.error
Enum NotPerformedError

java.lang.Object
  extended by java.lang.Enum<NotPerformedError>
      extended by net.ripe.rpki.commons.provisioning.payload.error.NotPerformedError
All Implemented Interfaces:
Serializable, Comparable<NotPerformedError>

public enum NotPerformedError
extends Enum<NotPerformedError>


Enum Constant Summary
ALREADY_PROCESSING_REQUEST
           
INTERNAL_SERVER_ERROR
           
REQ_ALREADY_USED_KEY_IN_REQUEST
           
REQ_BADLY_FORMED_CERTIFICATE_REQUEST
           
REQ_NO_RESOURCES_ALLOTED_IN_RESOURCE_CLASS
           
REQ_NO_SUCH_RESOURCE_CLASS
           
REQUEST_SCHEDULED_FOR_PROCESSING
           
REV_NO_SUCH_KEY
           
REV_NO_SUCH_RESOURCE_CLASS
           
UNRECOGNIZED_REQUEST_TYPE
           
VERSION_NUMBER_ERROR
           
 
Method Summary
static NotPerformedError getError(Integer errorCode)
           
 Integer getErrorCode()
           
static NotPerformedError valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotPerformedError[] 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

ALREADY_PROCESSING_REQUEST

public static final NotPerformedError ALREADY_PROCESSING_REQUEST

VERSION_NUMBER_ERROR

public static final NotPerformedError VERSION_NUMBER_ERROR

UNRECOGNIZED_REQUEST_TYPE

public static final NotPerformedError UNRECOGNIZED_REQUEST_TYPE

REQUEST_SCHEDULED_FOR_PROCESSING

public static final NotPerformedError REQUEST_SCHEDULED_FOR_PROCESSING

REQ_NO_SUCH_RESOURCE_CLASS

public static final NotPerformedError REQ_NO_SUCH_RESOURCE_CLASS

REQ_NO_RESOURCES_ALLOTED_IN_RESOURCE_CLASS

public static final NotPerformedError REQ_NO_RESOURCES_ALLOTED_IN_RESOURCE_CLASS

REQ_BADLY_FORMED_CERTIFICATE_REQUEST

public static final NotPerformedError REQ_BADLY_FORMED_CERTIFICATE_REQUEST

REQ_ALREADY_USED_KEY_IN_REQUEST

public static final NotPerformedError REQ_ALREADY_USED_KEY_IN_REQUEST

REV_NO_SUCH_RESOURCE_CLASS

public static final NotPerformedError REV_NO_SUCH_RESOURCE_CLASS

REV_NO_SUCH_KEY

public static final NotPerformedError REV_NO_SUCH_KEY

INTERNAL_SERVER_ERROR

public static final NotPerformedError INTERNAL_SERVER_ERROR
Method Detail

values

public static NotPerformedError[] 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 (NotPerformedError c : NotPerformedError.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static NotPerformedError 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

getErrorCode

public Integer getErrorCode()

getError

public static NotPerformedError getError(Integer errorCode)


Copyright © 2008-2015 RIPE NCC, the Netherlands. All Rights Reserved.