com.ibm.uddi.datatypes
Class DispositionReportException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.uddi.datatypes.DispositionReportException
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

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

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

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DispositionReportException

public DispositionReportException()
Deprecated. 
Method Detail

getDispositionReport

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

Returns:
the DispositionReport of this DispositionReportException.

setDispositionReport

public void setDispositionReport(DispositionReport report)
Deprecated. 
Sets the DispositionReport of this DispositionReportException.

Parameters:
report - the DispositionReport of this DispositionReportException.