|
|||||||||||
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.uddi4j.UDDIException
Represents a UDDI defined error. This exception is thrown in cases where the return value on the UDDI API cannot indicate an error condition.
UDDIException usually contains a disposition report that has detailed information about the UDDI error, as defined by the UDDI specification. If the response is a SOAP fault, but does not contain a disposition report, this exception may still be thrown.
The DispositionReport class contains definitions for the various error values that can be returned.
Constructor Summary | |
---|---|
UDDIException()
Deprecated. |
|
UDDIException(org.w3c.dom.Element el,
boolean createDispositionReport)
Deprecated. Constructer that parses the XML dom tree and extracts useful attributes. |
Method Summary | |
---|---|
java.lang.String |
getDetail()
Deprecated. |
org.w3c.dom.Element |
getDetailElement()
Deprecated. |
DispositionReport |
getDispositionReport()
Deprecated. |
java.lang.String |
getFaultActor()
Deprecated. |
java.lang.String |
getFaultCode()
Deprecated. |
java.lang.String |
getFaultString()
Deprecated. |
static boolean |
isValidElement(org.w3c.dom.Element el)
Deprecated. Tests the passed in element to determine if the element is a serialized version of this object. |
java.lang.String |
toString()
Deprecated. Provide simple text exception message For full details, examine the dispositionReport object itself |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UDDIException()
public UDDIException(org.w3c.dom.Element el, boolean createDispositionReport)
el
- Root element of the tree within the SOAP body.Method Detail |
public static boolean isValidElement(org.w3c.dom.Element el)
el
- Root element for this objectpublic java.lang.String getFaultCode()
public java.lang.String getFaultString()
public java.lang.String getFaultActor()
public java.lang.String getDetail()
public org.w3c.dom.Element getDetailElement()
public DispositionReport getDispositionReport()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |