public class RegistryException extends java.lang.Exception implements RegistryObject
| Constructor and Description |
|---|
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.
|
| 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.
|
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() |
public RegistryException(java.lang.String msg)
msg - additional error informationpublic RegistryException(java.lang.Exception ex)
ex - the original exceptionpublic RegistryException(java.lang.String fCode,
java.lang.String fString,
java.lang.String fActor,
DispositionReport dispRpt)
ex - the original exceptionpublic 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 void main(java.lang.String[] args)
throws RegistryException
RegistryExceptionCopyright ? 2003 Apache Software Foundation. All rights reserved.