com.ibm.uddi.datatypes
Class DispositionReportException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.uddi.datatypes.DispositionReportException
- All Implemented Interfaces:
- java.io.Serializable
- public class DispositionReportException
- extends java.lang.Exception
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
java_copyright
public static final java.lang.String java_copyright
DispositionReportException
public DispositionReportException()
getDispositionReport
public DispositionReport getDispositionReport()
- Returns the
DispositionReport
of this DispositionReportException.
- Returns:
- the DispositionReport of this DispositionReportException.
setDispositionReport
public void setDispositionReport(DispositionReport report)
- Sets the
DispositionReport
of this DispositionReportException.
- Parameters:
report
- the DispositionReport of this DispositionReportException.