@WebFault(name="EndpointNotExistFault", targetNamespace="http://apache.org/locator/types") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:25.536+02:00", comments="Apache CXF 2.7.0.redhat-610379") 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-04-08T14:14:25.536+02:00") public static final long serialVersionUID
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:25.536+02:00") public EndpointNotExistFault()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:25.536+02:00") public EndpointNotExistFault(String message)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:25.536+02:00") public EndpointNotExistFault(String message, Throwable cause)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:25.536+02:00") public EndpointNotExistFault(String message, EndpointNotExistFaultException endpointNotExistFault)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:25.536+02:00") public EndpointNotExistFault(String message, EndpointNotExistFaultException endpointNotExistFault, Throwable cause)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:25.536+02:00") public EndpointNotExistFaultException getFaultInfo()
Apache CXF