|
||||||||||
| 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.apache.ws.scout.registry.RegistryException
public class RegistryException
Thrown to indicate that a UDDI Exception was encountered. Borrowed from jUDDI project.
| Field Summary | |
|---|---|
static int |
E_ACCOUNT_LIMIT_EXCEEDED
|
static int |
E_ASSERTION_NOT_FOUND
|
static int |
E_AUTH_TOKEN_EXPIRED
|
static int |
E_AUTH_TOKEN_REQUIRED
|
static int |
E_BUSY
|
static int |
E_CATEGORIZATION_NOT_ALLOWED
|
static int |
E_FATAL_ERROR
|
static int |
E_INVALID_CATEGORY
|
static int |
E_INVALID_COMPLETION_STATUS
|
static int |
E_INVALID_KEY_PASSED
|
static int |
E_INVALID_PROJECTION
|
static int |
E_INVALID_TIME
|
static int |
E_INVALID_URL_PASSED
|
static int |
E_INVALID_VALUE
|
static int |
E_KEY_RETIRED
|
static int |
E_LANGUAGE_ERROR
|
static int |
E_MESSAGE_TOO_LARGE
|
static int |
E_NAME_TOO_LONG
|
static int |
E_OPERATOR_MISMATCH
|
static int |
E_PUBLISHER_CANCELLED
|
static int |
E_REQUEST_DENIED
|
static int |
E_REQUEST_TIMEOUT
|
static int |
E_RESULT_SET_TOO_LARGE
|
static int |
E_SECRET_UNKNOWN
|
static int |
E_SUCCESS
|
static int |
E_TOO_MANY_OPTIONS
|
static int |
E_TRANSFER_ABORTED
|
static int |
E_UNKNOWN_USER
|
static int |
E_UNRECOGNIZED_VERSION
|
static int |
E_UNSUPPORTED
|
static int |
E_UNVALIDATABLE
|
static int |
E_USER_MISMATCH
|
static int |
E_VALUE_NOT_ALLOWED
|
| Constructor Summary | |
|---|---|
RegistryException(java.lang.Exception ex)
Constructs a RegistryException instance. |
|
RegistryException(java.lang.String msg)
Constructs a RegistryException instance. |
|
RegistryException(java.lang.String fCode,
java.lang.String fString,
java.lang.String fActor,
DispositionReport dispRpt)
Constructs a RegistryException instance. |
|
| Method Summary | |
|---|---|
void |
addResult(Result result)
Adds a result instance to this Exception. |
DispositionReport |
getDispositionReport()
Returns the disposition report associated with this jUDDI exception. |
java.lang.String |
getFaultActor()
Returns the fault actor of this SOAP SOAPFault. |
java.lang.String |
getFaultCode()
Returns the fault code of this SOAP SOAPFault. |
java.lang.String |
getFaultString()
Returns the fault string of this SOAP SOAPFault. |
static java.lang.String |
lookupErrCode(int errno)
|
void |
setDispositionReport(DispositionReport dispRpt)
Sets the UDDI DispositionReport value to the instance specified |
void |
setFaultActor(java.lang.String actor)
Sets the fault actor of this SOAP SOAPFault to the given value. |
void |
setFaultCode(java.lang.String code)
Sets the fault code of this SOAP SOAPFault to the given value. |
void |
setFaultString(java.lang.String value)
Sets the fault string of this SOAP SOAPFault to the given value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public RegistryException(java.lang.String msg)
msg - additional error informationpublic RegistryException(java.lang.Exception ex)
ex - the original exception
public RegistryException(java.lang.String fCode,
java.lang.String fString,
java.lang.String fActor,
DispositionReport dispRpt)
fCode - fString - fActor - dispRpt - | Method Detail |
|---|
public void setFaultActor(java.lang.String actor)
actor - The new actor value for this SOAP SOAPFault.public java.lang.String getFaultActor()
public void setFaultCode(java.lang.String code)
code - The new code number for this SOAP SOAPFault.public java.lang.String getFaultCode()
public void setFaultString(java.lang.String value)
value - The new fault string for this SOAP SOAPFault.public java.lang.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 java.lang.String toString()
toString in class java.lang.Throwablepublic static final java.lang.String lookupErrCode(int errno)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||