org.uddi.v3_service
Class DispositionReportFaultMessage

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by org.uddi.v3_service.DispositionReportFaultMessage
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RegistryException

@WebFault(name="dispositionReport",
          targetNamespace="urn:uddi-org:api_v3")
public class DispositionReportFaultMessage
extends RemoteException

This class was generated by the JAX-WS RI. JAX-WS RI 2.1.5-b03- Generated source version: 2.1

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
DispositionReportFaultMessage(String message, DispositionReport faultInfo)
           
DispositionReportFaultMessage(String message, DispositionReport faultInfo, Throwable cause)
           
 
Method Summary
static DispositionReport getDispositionReport(Exception e)
          Convenience method to figure out if the Exception at hand contains a DispositionReport.
 DispositionReport getFaultInfo()
           
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

DispositionReportFaultMessage

public DispositionReportFaultMessage(String message,
                                     DispositionReport faultInfo)
Parameters:
message -
faultInfo -

DispositionReportFaultMessage

public DispositionReportFaultMessage(String message,
                                     DispositionReport faultInfo,
                                     Throwable cause)
Parameters:
message -
faultInfo -
cause -
Method Detail

getFaultInfo

public DispositionReport getFaultInfo()
Returns:
returns fault bean: org.uddi.api_v3.DispositionReport

getDispositionReport

public static DispositionReport getDispositionReport(Exception e)
Convenience method to figure out if the Exception at hand contains a DispositionReport. Disposition report will be null if none can be found.

Parameters:
e - the Exception at hang
Returns:
DispositionReport if one can be found, or null if it is not.


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.