javax.wsdl
Class WSDLException
public class WSDLException
extends Exception
CONFIGURATION_ERROR
public static final String CONFIGURATION_ERROR
INVALID_WSDL
public static final String INVALID_WSDL
NO_PREFIX_SPECIFIED
public static final String NO_PREFIX_SPECIFIED
OTHER_ERROR
public static final String OTHER_ERROR
PARSER_ERROR
public static final String PARSER_ERROR
UNBOUND_PREFIX
public static final String UNBOUND_PREFIX
serialVersionUID
public static final long serialVersionUID
WSDLException
public WSDLException(String faultCode,
String msg)
WSDLException
public WSDLException(String faultCode,
String msg,
Throwable t)
getFaultCode
public String getFaultCode()
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()
getTargetException
public Throwable getTargetException()
setFaultCode
public void setFaultCode(String faultCode)
setLocation
public void setLocation(String location)
Set the location using an XPath expression. Used for error messages.
location
- an XPath expression describing the location where
the exception occurred.
setTargetException
public void setTargetException(Throwable targetThrowable)
toString
public String toString()
Copyright B) 2003,2005 IBM. All Rights Reserved.