public class RegistryV3Exception extends Exception
Constructor and Description |
---|
RegistryV3Exception(Exception ex)
Constructs a RegistryException instance.
|
RegistryV3Exception(String msg)
Constructs a RegistryException instance.
|
RegistryV3Exception(String fCode,
String fString,
String fActor,
DispositionReport dispRpt)
Constructs a RegistryException instance.
|
Modifier and Type | Method and Description |
---|---|
void |
addResult(Result result)
Adds a result instance to this Exception.
|
DispositionReport |
getDispositionReport()
Returns the disposition report associated with this jUDDI exception.
|
String |
getFaultActor()
Returns the fault actor of this SOAP SOAPFault.
|
String |
getFaultCode()
Returns the fault code of this SOAP SOAPFault.
|
String |
getFaultString()
Returns the fault string of this SOAP SOAPFault.
|
static String |
lookupErrCode(int errno) |
void |
setDispositionReport(DispositionReport dispRpt)
Sets the UDDI DispositionReport value to the instance
specified
|
void |
setFaultActor(String actor)
Sets the fault actor of this SOAP SOAPFault to the given value.
|
void |
setFaultCode(String code)
Sets the fault code of this SOAP SOAPFault to the given value.
|
void |
setFaultString(String value)
Sets the fault string of this SOAP SOAPFault to the given value.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
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_KEY_RETIRED
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 RegistryV3Exception(String msg)
msg
- additional error informationpublic RegistryV3Exception(Exception ex)
ex
- the original exceptionpublic RegistryV3Exception(String fCode, String fString, String fActor, DispositionReport dispRpt)
fCode
- fString
- fActor
- dispRpt
- public void setFaultActor(String actor)
actor
- The new actor value for this SOAP SOAPFault.public String getFaultActor()
public void setFaultCode(String code)
code
- The new code number for this SOAP SOAPFault.public String getFaultCode()
public void setFaultString(String value)
value
- The new fault string for this SOAP SOAPFault.public String getFaultString()
public void setDispositionReport(DispositionReport dispRpt)
dispRpt
- The new UDDI DispositionReport instance for
this SOAP Fault.public DispositionReport getDispositionReport()
public void addResult(Result result)
public static final String lookupErrCode(int errno)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.