org.openspml.v2.msg.spml
Class ErrorCode

java.lang.Object
  extended byorg.openspml.v2.util.EnumConstant
      extended byorg.openspml.v2.util.BasicStringEnumConstant
          extended byorg.openspml.v2.msg.spml.ErrorCode
All Implemented Interfaces:
java.io.Serializable

public final class ErrorCode
extends BasicStringEnumConstant

Author:
kent.spaulding@sun.com

Date: Feb 1, 2006

See Also:
Serialized Form

Field Summary
static ErrorCode ALREADY_EXISTS
           
static ErrorCode CONTAINER_NOT_EMPTY
           
static ErrorCode CUSTOM_ERROR
           
static ErrorCode INVALID_CONTAINMENT
           
static ErrorCode INVALID_IDENTIFIER
           
static ErrorCode MALFORMED_REQUEST
           
static ErrorCode NO_SUCH_IDENTIFIER
           
static ErrorCode NO_SUCH_REQUEST
           
static ErrorCode RESULT_SET_TOO_LARGE
           
static ErrorCode UNSUPPORTED_EXECUTION_MODE
           
static ErrorCode UNSUPPORTED_IDENTIFIER_TYPE
           
static ErrorCode UNSUPPORTED_OPERATION
           
static ErrorCode UNSUPPORTED_PROFILE
           
static ErrorCode UNSUPPORTED_SELECTION_TYPE
           
 
Method Summary
static ErrorCode[] getConstants()
           
 
Methods inherited from class org.openspml.v2.util.BasicStringEnumConstant
getConstant, toString
 
Methods inherited from class org.openspml.v2.util.EnumConstant
getEnumConstants, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MALFORMED_REQUEST

public static final ErrorCode MALFORMED_REQUEST

UNSUPPORTED_OPERATION

public static final ErrorCode UNSUPPORTED_OPERATION

UNSUPPORTED_IDENTIFIER_TYPE

public static final ErrorCode UNSUPPORTED_IDENTIFIER_TYPE

NO_SUCH_IDENTIFIER

public static final ErrorCode NO_SUCH_IDENTIFIER

CUSTOM_ERROR

public static final ErrorCode CUSTOM_ERROR

UNSUPPORTED_EXECUTION_MODE

public static final ErrorCode UNSUPPORTED_EXECUTION_MODE

INVALID_CONTAINMENT

public static final ErrorCode INVALID_CONTAINMENT

NO_SUCH_REQUEST

public static final ErrorCode NO_SUCH_REQUEST

UNSUPPORTED_SELECTION_TYPE

public static final ErrorCode UNSUPPORTED_SELECTION_TYPE

RESULT_SET_TOO_LARGE

public static final ErrorCode RESULT_SET_TOO_LARGE

UNSUPPORTED_PROFILE

public static final ErrorCode UNSUPPORTED_PROFILE

INVALID_IDENTIFIER

public static final ErrorCode INVALID_IDENTIFIER

ALREADY_EXISTS

public static final ErrorCode ALREADY_EXISTS

CONTAINER_NOT_EMPTY

public static final ErrorCode CONTAINER_NOT_EMPTY
Method Detail

getConstants

public static ErrorCode[] getConstants()


Copyright © Sun Microsystems, Inc. All Rights Reserved.