org.apache.locator.types
Class EndpointNotExistFaultException

java.lang.Object
  extended by 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>
 


Field Summary
protected  String error
           
 
Constructor Summary
EndpointNotExistFaultException()
           
 
Method Summary
 String getError()
          Gets the value of the error property.
 void setError(String value)
          Sets the value of the error property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

error

protected String error
Constructor Detail

EndpointNotExistFaultException

public EndpointNotExistFaultException()
Method Detail

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