|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.uddi.datatypes.DispositionReportException
This Exception is thrown by the business methods of the 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.
Field Summary | |
---|---|
static java.lang.String |
JAVA_COPYRIGHT
Deprecated. |
Constructor Summary | |
---|---|
DispositionReportException()
Deprecated. |
Method Summary | |
---|---|
DispositionReport |
getDispositionReport()
Deprecated. Returns the DispositionReport of this DispositionReportException. |
void |
setDispositionReport(DispositionReport report)
Deprecated. Sets the DispositionReport of this DispositionReportException. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String JAVA_COPYRIGHT
Constructor Detail |
public DispositionReportException()
Method Detail |
public DispositionReport getDispositionReport()
DispositionReport
of this DispositionReportException.
public void setDispositionReport(DispositionReport report)
DispositionReport
of this DispositionReportException.
report
- the DispositionReport of this DispositionReportException.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |