public class WSDLException extends Exception
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
WSDLException(String faultCode,
String msg) |
WSDLException(String faultCode,
String msg,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
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) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public static final String INVALID_WSDL
public static final String PARSER_ERROR
public static final String OTHER_ERROR
public static final String CONFIGURATION_ERROR
public static final String UNBOUND_PREFIX
public static final String NO_PREFIX_SPECIFIED
public void setFaultCode(String faultCode)
public String getFaultCode()
public void setTargetException(Throwable targetThrowable)
public Throwable getTargetException()
public void setLocation(String location)
location
- an XPath expression describing the location where
the exception occurred.public String getLocation()
public String getMessage()
getMessage
in class Throwable
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.