@WebFault(name="EndpointNotExistFault", targetNamespace="http://apache.org/locator/types") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-05-30T10:16:46.975-02:30", comments="Apache CXF 2.6.0.redhat-60065") public class EndpointNotExistFault extends Exception
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
EndpointNotExistFault() |
EndpointNotExistFault(String message) |
EndpointNotExistFault(String message,
EndpointNotExistFaultException endpointNotExistFault) |
EndpointNotExistFault(String message,
EndpointNotExistFaultException endpointNotExistFault,
Throwable cause) |
EndpointNotExistFault(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
EndpointNotExistFaultException |
getFaultInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-30T10:16:46.975-02:30")
public static final long serialVersionUID
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-30T10:16:46.975-02:30")
public EndpointNotExistFault()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-30T10:16:46.975-02:30")
public EndpointNotExistFault(String message)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-30T10:16:46.975-02:30")
public EndpointNotExistFault(String message,
Throwable cause)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-30T10:16:46.975-02:30")
public EndpointNotExistFault(String message,
EndpointNotExistFaultException endpointNotExistFault)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-30T10:16:46.975-02:30")
public EndpointNotExistFault(String message,
EndpointNotExistFaultException endpointNotExistFault,
Throwable cause)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-30T10:16:46.975-02:30")
public EndpointNotExistFaultException getFaultInfo()
Apache CXF