Package org.apache.locator.types
Class EndpointNotExistFaultException
- java.lang.Object
-
- org.apache.locator.types.EndpointNotExistFaultException
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public class EndpointNotExistFaultException extends ObjectFault 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>
-
-
Constructor Summary
Constructors Constructor Description EndpointNotExistFaultException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetError()Gets the value of the error property.voidsetError(String value)Sets the value of the error property.
-
-
-
Field Detail
-
error
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") protected String error
-
-