org.apache.locator
Class EndpointNotExistFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.locator.EndpointNotExistFault
All Implemented Interfaces:
java.io.Serializable

@WebFault(name="EndpointNotExistFault",
          targetNamespace="http://apache.org/locator/types")
public class EndpointNotExistFault
extends java.lang.Exception

This class was generated by the CXF 2.0-IONA-RC1 Fri Jun 15 11:06:39 EDT 2007 Generated source version: 2.0-IONA-RC1

See Also:
Serialized Form

Constructor Summary
EndpointNotExistFault(java.lang.String message)
           
EndpointNotExistFault(java.lang.String message, EndpointNotExistFaultException endpointNotExistFault)
           
EndpointNotExistFault(java.lang.String message, EndpointNotExistFaultException endpointNotExistFault, java.lang.Throwable cause)
           
 
Method Summary
 EndpointNotExistFaultException getFaultInfo()
           
 
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

EndpointNotExistFault

public EndpointNotExistFault(java.lang.String message)

EndpointNotExistFault

public EndpointNotExistFault(java.lang.String message,
                             EndpointNotExistFaultException endpointNotExistFault)

EndpointNotExistFault

public EndpointNotExistFault(java.lang.String message,
                             EndpointNotExistFaultException endpointNotExistFault,
                             java.lang.Throwable cause)
Method Detail

getFaultInfo

public EndpointNotExistFaultException getFaultInfo()


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.