Package javax.wsdl

Class WSDLException

    • Method Detail

      • setFaultCode

        public void setFaultCode​(String faultCode)
      • getFaultCode

        public String getFaultCode()
      • setTargetException

        public void setTargetException​(Throwable targetThrowable)
      • getTargetException

        public Throwable getTargetException()
      • setLocation

        public void setLocation​(String location)
        Set the location using an XPath expression. Used for error messages.
        Parameters:
        location - an XPath expression describing the location where the exception occurred.
      • getLocation

        public String getLocation()
        Get the location, if one was set. Should be an XPath expression which is used for error messages.