public class DispositionReportException
extends java.lang.Exception
com.ibm.uddi.ejb.Inquiry and com.ibm.uddi.ejb.Publish EJBs
to indicate a UDDI error.
It contains a DispositionReport containing information about the
error.| Constructor and Description |
|---|
DispositionReportException()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DispositionReport |
getDispositionReport()
Deprecated.
Returns the
DispositionReport of this DispositionReportException. |
void |
setDispositionReport(DispositionReport report)
Deprecated.
Sets the
DispositionReport of this DispositionReportException. |
public DispositionReport getDispositionReport()
DispositionReport of this DispositionReportException.public void setDispositionReport(DispositionReport report)
DispositionReport of this DispositionReportException.report - the DispositionReport of this DispositionReportException.