com.ibm.uddi.datatypes

Class DispositionReportException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.uddi.datatypes.DispositionReportException
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class DispositionReportException
  2. 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

Constructor Summary

Constructor and Description
DispositionReportException()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. DispositionReport
getDispositionReport()
Deprecated. Returns the DispositionReport of this DispositionReportException.
  1. 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

DispositionReportException

  1. public DispositionReportException( )
Deprecated.

Method Detail

getDispositionReport

  1. public DispositionReport getDispositionReport( )
Deprecated.
Returns the DispositionReport of this DispositionReportException.
Returns:
the DispositionReport of this DispositionReportException.

setDispositionReport

  1. public void setDispositionReport( DispositionReport report)
Deprecated.
Sets the DispositionReport of this DispositionReportException.
Parameters:
report - the DispositionReport of this DispositionReportException.