public class UDDIErrorHelper extends Object
Modifier and Type | Field and Description |
---|---|
static int |
E_ACCOUNT_LIMIT_EXCEEDED
E_accountLimitExceeded: (10160) Signifies that a save request exceeded the quantity limits for a given data type.
|
static int |
E_ASSERTION_NOT_FOUND
E_assertionNotFound: (30000) Signifies that a particular publisher assertion cannot be identified in a save or delete operation.
|
static int |
E_AUTH_TOKEN_EXPIRED
E_authTokenExpired: (10110) Signifies that the authentication token information has timed out.
|
static int |
E_AUTH_TOKEN_REQUIRED
E_authTokenRequired: (10120) Signifies that an authentication token is missing or is invalid for an API call that requires authentication.
|
static int |
E_BUSY
E_busy: (10400) Signifies that the request cannot be processed at the current time.
|
static int |
E_CATEGORIZATION_NOT_ALLOWED
NON UDDIv3 spec error
|
static int |
E_FATAL_ERROR
E_fatalError: (10500) Signifies that a serious technical error has occurred while processing the request.
|
static int |
E_INVALID_CATEGORY
NON UDDIv3 spec
|
static int |
E_INVALID_COMBINATION
E_invalidCombination: (40500) Signifies conflicting find qualifiers have been specified.
|
static int |
E_INVALID_COMPLETION_STATUS
E_invalidCompletionStatus: (30100) Signifies that one of the assertion status values passed is unrecognized.
|
static int |
E_INVALID_KEY_PASSED
E_invalidKeyPassed: (10210) Signifies that the uddiKey value passed did not match with any known key values.
|
static int |
E_INVALID_PROJECTION
E_invalidProjection: (20230) Signifies that an attempt was made to save a businessEntity containing a service projection where the serviceKey does not belong to the business designated by the businessKey.
|
static int |
E_INVALID_TIME
E_invalidTime: (40030) Signifies that the time period, the date/time, or the pair of date/time is invalid.
|
static int |
E_INVALID_URL_PASSED |
static int |
E_INVALID_VALUE
E_invalidValue: (20200) This error code has multiple uses.
|
static int |
E_KEY_RETIRED |
static int |
E_KEY_UNAVAILABLE
E_keyUnavailable: (40100) Signifies that the proposed key is in a partition that has already been assigned to some other publisher.
|
static int |
E_LANGUAGE_ERROR |
static int |
E_MESSAGE_TOO_LARGE
E_messageTooLarge: (30110) Signifies that the message is too large.
|
static int |
E_NAME_TOO_LONG |
static int |
E_OPERATOR_MISMATCH |
static int |
E_PUBLISHER_CANCELLED |
static int |
E_REQUEST_DENIED
Signifies that a subscription cannot be renewed.
|
static int |
E_REQUEST_TIMEOUT |
static int |
E_RESULT_SET_TOO_LARGE
E_resultSetTooLarge: (40300) Signifies that the UDDI node deems that a result set from an inquiry is too large, and requests to obtain the results are not honored, even using subsets.
|
static int |
E_SECRET_UNKNOWN |
static int |
E_SUCCESS |
static int |
E_TOKEN_ALREADY_EXISTS
E_tokenAlreadyExists: (40070) Signifies that one or more of the businessKey or tModelKey elements that identify entities to be transferred are not owned by the publisher identified by the authInfo element.
|
static int |
E_TOO_MANY_OPTIONS |
static int |
E_TRANSFER_ABORTED |
static int |
E_TRANSFER_NOT_ALLOWED
E_transferNotAllowed: (40600) Signifies that the transfer of one or more entities has been by either the custodial node or the target node because the transfer token has expired or an attempt was made to transfer an unauthorized entity.
|
static int |
E_UNKNOWN_USER
E_unknownUser: (10150) Signifies that the user ID and password pair passed in a get_authToken API is not known to the UDDI node or is not valid.
|
static int |
E_UNRECOGNIZED_VERSION
E_unrecognizedVersion: (10040) Signifies that the value of the namespace attribute is unsupported by the node being queried.
|
static int |
E_UNSUPPORTED
E_unsupported: (10050) Signifies that the implementer does not support a feature or API.
|
static int |
E_UNVALIDATABLE
E_unvalidatable: (20220) Signifies that an attempt was made to reference a value set in a keyedReference whose tModel is categorized with the unvalidatable categorization.
|
static int |
E_USER_MISMATCH
E_userMismatch: (10140) Signifies that an attempt was made to use the publishing API to change data that is controlled by another party.
|
static int |
E_VALUE_NOT_ALLOWED
E_valueNotAllowed: (20210) Signifies that a value did not pass validation because of contextual issues.
|
Constructor and Description |
---|
UDDIErrorHelper() |
Modifier and Type | Method and Description |
---|---|
static org.uddi.api_v3.DispositionReport |
buildDispositionReport(int errNo) |
static String |
lookupErrCode(int errno) |
static String |
lookupErrText(int errno) |
public static final int E_ASSERTION_NOT_FOUND
public static final int E_AUTH_TOKEN_EXPIRED
public static final int E_AUTH_TOKEN_REQUIRED
public static final int E_ACCOUNT_LIMIT_EXCEEDED
public static final int E_BUSY
public static final int E_CATEGORIZATION_NOT_ALLOWED
public static final int E_FATAL_ERROR
public static final int E_INVALID_KEY_PASSED
public static final int E_INVALID_PROJECTION
public static final int E_INVALID_CATEGORY
public static final int E_INVALID_COMPLETION_STATUS
public static final int E_INVALID_URL_PASSED
public static final int E_INVALID_VALUE
public static final int E_INVALID_COMBINATION
public static final int E_KEY_RETIRED
public static final int E_KEY_UNAVAILABLE
public static final int E_LANGUAGE_ERROR
public static final int E_MESSAGE_TOO_LARGE
public static final int E_NAME_TOO_LONG
public static final int E_OPERATOR_MISMATCH
public static final int E_PUBLISHER_CANCELLED
public static final int E_REQUEST_DENIED
public static final int E_SECRET_UNKNOWN
public static final int E_SUCCESS
public static final int E_TOO_MANY_OPTIONS
public static final int E_TRANSFER_ABORTED
public static final int E_UNRECOGNIZED_VERSION
public static final int E_UNKNOWN_USER
public static final int E_UNSUPPORTED
public static final int E_USER_MISMATCH
public static final int E_VALUE_NOT_ALLOWED
public static final int E_UNVALIDATABLE
public static final int E_REQUEST_TIMEOUT
public static final int E_INVALID_TIME
public static final int E_RESULT_SET_TOO_LARGE
public static final int E_TOKEN_ALREADY_EXISTS
public static final int E_TRANSFER_NOT_ALLOWED
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.