|
|||||||||
| 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.juddi.error.RegistryException
public class RegistryException
Thrown to indicate that a UDDI Exception was encountered.
| 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 void |
main(java.lang.String[] args)
|
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 |
| 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)
ex - the original exception| 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.Throwable
public static void main(java.lang.String[] args)
throws RegistryException
RegistryException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||