javax.wsdl
public class WSDLException extends Exception
Field Summary | |
---|---|
static String | CONFIGURATION_ERROR |
static String | INVALID_WSDL |
static String | NO_PREFIX_SPECIFIED |
static String | OTHER_ERROR |
static String | PARSER_ERROR |
static long | serialVersionUID |
static String | UNBOUND_PREFIX |
Constructor Summary | |
---|---|
WSDLException(String faultCode, String msg, Throwable t) | |
WSDLException(String faultCode, String msg) |
Method Summary | |
---|---|
String | getFaultCode() |
String | getLocation()
Get the location, if one was set. |
String | getMessage() |
Throwable | getTargetException() |
void | setFaultCode(String faultCode) |
void | setLocation(String location)
Set the location using an XPath expression. |
void | setTargetException(Throwable targetThrowable) |
String | toString() |
Parameters: location an XPath expression describing the location where the exception occurred.