| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.apache.ws.scout.registry.RegistryException
RegistryException | public class RegistryException extends Exception (Code) | | Thrown to indicate that a UDDI Exception was encountered.
Borrowed from jUDDI project.
author: Steve Viens (sviens@apache.org) |
E_ACCOUNT_LIMIT_EXCEEDED | final public static int E_ACCOUNT_LIMIT_EXCEEDED(Code) | | |
E_ASSERTION_NOT_FOUND | final public static int E_ASSERTION_NOT_FOUND(Code) | | |
E_AUTH_TOKEN_EXPIRED | final public static int E_AUTH_TOKEN_EXPIRED(Code) | | |
E_AUTH_TOKEN_REQUIRED | final public static int E_AUTH_TOKEN_REQUIRED(Code) | | |
E_BUSY | final public static int E_BUSY(Code) | | |
E_CATEGORIZATION_NOT_ALLOWED | final public static int E_CATEGORIZATION_NOT_ALLOWED(Code) | | |
E_FATAL_ERROR | final public static int E_FATAL_ERROR(Code) | | |
E_INVALID_CATEGORY | final public static int E_INVALID_CATEGORY(Code) | | |
E_INVALID_COMPLETION_STATUS | final public static int E_INVALID_COMPLETION_STATUS(Code) | | |
E_INVALID_KEY_PASSED | final public static int E_INVALID_KEY_PASSED(Code) | | |
E_INVALID_PROJECTION | final public static int E_INVALID_PROJECTION(Code) | | |
E_INVALID_TIME | final public static int E_INVALID_TIME(Code) | | |
E_INVALID_URL_PASSED | final public static int E_INVALID_URL_PASSED(Code) | | |
E_INVALID_VALUE | final public static int E_INVALID_VALUE(Code) | | |
E_KEY_RETIRED | final public static int E_KEY_RETIRED(Code) | | |
E_LANGUAGE_ERROR | final public static int E_LANGUAGE_ERROR(Code) | | |
E_MESSAGE_TOO_LARGE | final public static int E_MESSAGE_TOO_LARGE(Code) | | |
E_NAME_TOO_LONG | final public static int E_NAME_TOO_LONG(Code) | | |
E_OPERATOR_MISMATCH | final public static int E_OPERATOR_MISMATCH(Code) | | |
E_PUBLISHER_CANCELLED | final public static int E_PUBLISHER_CANCELLED(Code) | | |
E_REQUEST_DENIED | final public static int E_REQUEST_DENIED(Code) | | |
E_REQUEST_TIMEOUT | final public static int E_REQUEST_TIMEOUT(Code) | | |
E_RESULT_SET_TOO_LARGE | final public static int E_RESULT_SET_TOO_LARGE(Code) | | |
E_SECRET_UNKNOWN | final public static int E_SECRET_UNKNOWN(Code) | | |
E_SUCCESS | final public static int E_SUCCESS(Code) | | |
E_TOO_MANY_OPTIONS | final public static int E_TOO_MANY_OPTIONS(Code) | | |
E_TRANSFER_ABORTED | final public static int E_TRANSFER_ABORTED(Code) | | |
E_UNKNOWN_USER | final public static int E_UNKNOWN_USER(Code) | | |
E_UNRECOGNIZED_VERSION | final public static int E_UNRECOGNIZED_VERSION(Code) | | |
E_UNSUPPORTED | final public static int E_UNSUPPORTED(Code) | | |
E_UNVALIDATABLE | final public static int E_UNVALIDATABLE(Code) | | |
E_USER_MISMATCH | final public static int E_USER_MISMATCH(Code) | | |
E_VALUE_NOT_ALLOWED | final public static int E_VALUE_NOT_ALLOWED(Code) | | |
RegistryException | public RegistryException(String msg)(Code) | | Constructs a RegistryException instance.
Parameters: msg - additional error information |
RegistryException | public RegistryException(Exception ex)(Code) | | Constructs a RegistryException instance.
Parameters: ex - the original exception |
RegistryException | public RegistryException(String fCode, String fString, String fActor, DispositionReport dispRpt)(Code) | | Constructs a RegistryException instance.
Parameters: ex - the original exception |
RegistryException | RegistryException(String fCode, int errno, String msg)(Code) | | Constructs a RegistryException instance.
Parameters: ex - the original exception |
addResult | public void addResult(Result result)(Code) | | Adds a result instance to this Exception. Multiple result objects
may exist within a DispositionReport
|
getDispositionReport | public DispositionReport getDispositionReport()(Code) | | Returns the disposition report associated with this jUDDI exception. It
uses the results Vector to determine if a disposition report is present
and should be returned.
The disposition report associated with this jUDDI exception. |
getFaultActor | public String getFaultActor()(Code) | | Returns the fault actor of this SOAP SOAPFault.
The fault actor of this SOAP SOAPFault. |
getFaultCode | public String getFaultCode()(Code) | | Returns the fault code of this SOAP SOAPFault.
The fault code of this SOAP SOAPFault. |
getFaultString | public String getFaultString()(Code) | | Returns the fault string of this SOAP SOAPFault.
The fault string of this SOAP SOAPFault. |
lookupErrCode | final public static String lookupErrCode(int errno)(Code) | | |
setDispositionReport | public void setDispositionReport(DispositionReport dispRpt)(Code) | | Sets the UDDI DispositionReport value to the instance
specified
Parameters: dispRpt - The new UDDI DispositionReport instance forthis SOAP Fault. |
setFaultActor | public void setFaultActor(String actor)(Code) | | Sets the fault actor of this SOAP SOAPFault to the given value.
Parameters: actor - The new actor value for this SOAP SOAPFault. |
setFaultCode | public void setFaultCode(String code)(Code) | | Sets the fault code of this SOAP SOAPFault to the given value.
Parameters: code - The new code number for this SOAP SOAPFault. |
setFaultString | public void setFaultString(String value)(Code) | | Sets the fault string of this SOAP SOAPFault to the given value.
Parameters: value - The new fault string for this SOAP SOAPFault. |
|
|
|