org.openspml.v2.msg.spml
Class ErrorCode
java.lang.Object
org.openspml.v2.util.EnumConstant
org.openspml.v2.util.BasicStringEnumConstant
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
getConstants
public static ErrorCode[] getConstants()
Copyright © Sun Microsystems, Inc. All Rights Reserved.