org.apache.locator.types
Class EndpointNotExistFaultException
java.lang.Object
org.apache.locator.types.EndpointNotExistFaultException
public class EndpointNotExistFaultException
- extends Object
Fault exception when no endpoint available.
Java class for EndpointNotExistFaultException complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EndpointNotExistFaultException">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="error" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
error
protected String error
EndpointNotExistFaultException
public EndpointNotExistFaultException()
getError
public String getError()
- Gets the value of the error property.
- Returns:
- possible object is
String
setError
public void setError(String value)
- Sets the value of the error property.
- Parameters:
value - allowed object is
String
Apache CXF