Name

com.ibm.uddi.UDDIException

Synopsis

This class encapsulates UDDI related errors. A UDDIException object may include a DispositionReport object, containing detailed information about the cause of the error.

Synopsis

public class UDDIException extends Exception {
  // Constructors
    public UDDIException(  );
    public UDDIException(Element el, boolean createDispositionReport);
  // Public Methods
    public String getDetail(  );
    public Element getDetailElement(  );
    public DispositionReport getDispositionReport(  );
    public String getFaultActor(  );
    public String getFaultCode(  );
    public String getFaultString(  );
    public boolean isValidElement(Element el);
    public String toString(  );
  // Protected Methods
    protected String getText(Node el);
}

Hierarchy

java.lang.Object --> java.lang.Throwable --> java.lang.Exception --> com.ibm.uddi.UDDIException

Get Web Services Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.