Package javax.wsdl

Class WSDLException

All Implemented Interfaces:
Serializable

public class WSDLException extends Exception
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • 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.
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable