Class EndpointNotExistFaultException

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") 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 Details

    • error

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") protected String error
  • Constructor Details

    • EndpointNotExistFaultException

      public EndpointNotExistFaultException()
  • Method Details

    • getError

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") public String getError()
      Gets the value of the error property.
      Returns:
      possible object is String
    • setError

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") public void setError(String value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is String