|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jafer.registry.RegistryException
public abstract class RegistryException
This class defines the methods the user should be able to call to determine information about the exception
Field Summary | |
---|---|
static java.lang.String |
E_accountLimitExceeded
Signifies that user account limits have been exceeded. |
static java.lang.String |
E_assertionNotFound
Signifies that a particular publisher assertion (consisting of two businessKey values, and a keyed reference with three components) cannot be identified in a save or delete operation. |
static java.lang.String |
E_authTokenExpired
Signifies that the authentication token value passed in the authInfo argument is no longer valid because the token has expired. |
static java.lang.String |
E_authTokenRequired
Signifies that the authentication token value passed in the authInfo argument is either missing or is not valid. |
static java.lang.String |
E_busy
Signifies that the request cannot be processed at the current time. |
static java.lang.String |
E_categorizationNotAllowed
Restrictions have been placed by the taxonomy provider on the types of information that should be included at that location within a specific taxonomy. |
static java.lang.String |
E_fatalError
Signifies that a serious technical error has occurred while processing the request. |
static java.lang.String |
E_invalidCategory
Signifies that the given keyValue did not correspond to a category within the taxonomy identified by a tModelKey value within one of the categoryBag elements provided. |
static java.lang.String |
E_invalidCompletionStatus
Signifies that one of assertion status values passed is unrecognized. |
static java.lang.String |
E_invalidKeyPassed
Signifies that the request cannot be satisfied because one or more uuid_key values specified is not a valid key value. |
static java.lang.String |
E_invalidProjection
Signifies that an attempt was made to save a businessEntity containing a service projection that does not match the businessService being projected. |
static java.lang.String |
E_invalidURLPassed
An error occurred with one of the uploadRegister URL values. |
static java.lang.String |
E_invalidValue
A value that was passed in a keyValue attribute did not pass validation. |
static java.lang.String |
E_keyRetired
Signifies that the request cannot be satisfied because one or more uuid_key values specified has previously been hidden or removed by the requester. |
static java.lang.String |
E_languageError
Signifies that an error was detected while processing elements that were annotated with xml:lang qualifiers. |
static java.lang.String |
E_messageTooLarge
Signifies that the message it too large. |
static java.lang.String |
E_nameTooLong
Signifies that the partial name value passed exceeds the maximum name length designated by the policy of an implementation or Operator Site. |
static java.lang.String |
E_operatorMismatch
Signifies that one or more of the uuid_key values passed refers to data that is not controlled by the Operator Site that received the request for processing. |
static java.lang.String |
E_publisherCancelled
Signifies that the target publisher cancelled the custody transfer operation. |
static java.lang.String |
E_requestDenied
Signifies that a custody transfer request has been refused. |
static java.lang.String |
E_requestTimeout
Signifies that the request could not be carried out because a needed validate_values service did not respond in a reasonable amount of time. |
static java.lang.String |
E_secretUnknown
Signifies that the target publisher was unable to match the shared secret and the five (5) attempt limit was exhausted. |
static java.lang.String |
E_success
Signifies no failure occurred. |
static java.lang.String |
E_tooManyOptions
Signifies that too many or incompatible arguments were passed. |
static java.lang.String |
E_transferAborted
Signifies that a custody transfer request will not succeed. |
static java.lang.String |
E_unknownUser
Signifies that the user ID and password pair passed in a get_authToken message is not known to the Operator Site or is not valid. |
static java.lang.String |
E_unrecognizedVersion
Signifies that the value of the generic attribute passed is unsupported by the Operator Instance being queried. |
static java.lang.String |
E_unsupported
Signifies that the implementer does not support a feature or API. |
static java.lang.String |
E_unvalidatable
Signifies that an attempt was made to reference a taxonomy or identifier system in a keyedReference whose tModel is categorized with the unvalidatable categorization. |
static java.lang.String |
E_userMismatch
Signifies that one or more of the uuid_key values passed refers to data that is not controlled by the individual who is represented by the authentication token. |
static java.lang.String |
E_valueNotAllowed
Signifies that a value did not pass validation because of contextual issues. |
Constructor Summary | |
---|---|
protected |
RegistryException(java.lang.Exception exc)
Constructor supplying a message |
protected |
RegistryException(java.lang.String message)
Constructor supplying a message |
protected |
RegistryException(java.lang.String message,
java.lang.Exception exc)
Constructor supplying a message and exception |
Method Summary | |
---|---|
abstract java.lang.String |
getErrorCode()
Returns the UDDI defined code |
abstract java.lang.String |
getErrorNumber()
Returns the UDDI defined error number |
abstract java.lang.String |
getErrorText()
Returns the UDDI defined error text |
abstract java.lang.String |
getStackTraceString()
This method returns the error message with a full stack trace. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String E_assertionNotFound
public static final java.lang.String E_authTokenExpired
public static final java.lang.String E_authTokenRequired
public static final java.lang.String E_accountLimitExceeded
public static final java.lang.String E_busy
public static final java.lang.String E_categorizationNotAllowed
public static final java.lang.String E_fatalError
public static final java.lang.String E_invalidKeyPassed
public static final java.lang.String E_invalidProjection
public static final java.lang.String E_invalidCategory
public static final java.lang.String E_invalidCompletionStatus
public static final java.lang.String E_invalidURLPassed
public static final java.lang.String E_invalidValue
public static final java.lang.String E_keyRetired
public static final java.lang.String E_languageError
public static final java.lang.String E_messageTooLarge
public static final java.lang.String E_nameTooLong
public static final java.lang.String E_operatorMismatch
public static final java.lang.String E_publisherCancelled
public static final java.lang.String E_requestDenied
public static final java.lang.String E_requestTimeout
public static final java.lang.String E_secretUnknown
public static final java.lang.String E_success
public static final java.lang.String E_tooManyOptions
public static final java.lang.String E_transferAborted
public static final java.lang.String E_unrecognizedVersion
public static final java.lang.String E_unknownUser
public static final java.lang.String E_unsupported
public static final java.lang.String E_unvalidatable
public static final java.lang.String E_userMismatch
public static final java.lang.String E_valueNotAllowed
Constructor Detail |
---|
protected RegistryException(java.lang.String message)
message
- protected RegistryException(java.lang.Exception exc)
exc
- protected RegistryException(java.lang.String message, java.lang.Exception exc)
message
- exc
- Method Detail |
---|
public abstract java.lang.String getErrorNumber()
public abstract java.lang.String getErrorCode()
public abstract java.lang.String getErrorText()
public abstract java.lang.String getStackTraceString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |