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