org.apache.locator.types
Class EndpointNotExistFaultException

java.lang.Object
  extended by org.apache.locator.types.EndpointNotExistFaultException

public class EndpointNotExistFaultException
extends java.lang.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  java.lang.String error
           
 
Constructor Summary
EndpointNotExistFaultException()
           
 
Method Summary
 java.lang.String getError()
          Gets the value of the error property.
 void setError(java.lang.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 java.lang.String error
Constructor Detail

EndpointNotExistFaultException

public EndpointNotExistFaultException()
Method Detail

getError

public java.lang.String getError()
Gets the value of the error property.

Returns:
possible object is String

setError

public void setError(java.lang.String value)
Sets the value of the error property.

Parameters:
value - allowed object is String


Apache CXF