|
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
| 上一个类 下一个 CLASS | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 | ||||||||
javax.xml.rpc.soap Class SOAPFaultException
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.rpc.soap.SOAPFaultException
- 所有已实现的接口:
- Serializable
public class SOAPFaultException
- extends RuntimeException
The SOAPFaultException exception represents a
SOAP fault.
The message part in the SOAP fault maps to the contents of
faultdetail element accessible through the
getDetail method on the SOAPFaultException.
The method createDetail on the
javax.xml.soap.SOAPFactory creates an instance
of the javax.xml.soap.Detail.
The faultstring provides a human-readable
description of the SOAP fault. The faultcode
element provides an algorithmic mapping of the SOAP fault.
Refer to SOAP 1.1 and WSDL 1.1 specifications for more details of the SOAP faults.
- 版本:
- 1.0
- 作者:
- Rahul Sharma
- 另请参见:
Detail,SOAPFactory.createDetail(), Serialized Form
| 构造器摘要 | |
|---|---|
SOAPFaultException(QName faultcode,
String faultstring,
String faultactor,
Detail faultdetail)
Constructor for the SOAPFaultException |
|
| 方法摘要 | |
|---|---|
Detail |
getDetail()
Gets the detail element. |
String |
getFaultActor()
Gets the faultactor element. |
QName |
getFaultCode()
Gets the faultcode element. |
String |
getFaultString()
Gets the faultstring element. |
| 类方法继承 java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| 类方法继承 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造器详细信息 |
|---|
SOAPFaultException
public SOAPFaultException(QName faultcode, String faultstring, String faultactor, Detail faultdetail)
- Constructor for the SOAPFaultException
- 参数:
faultCode-QNamefor the SOAP faultcodefaultstring-faultstringelement of SOAP faultfaultactor-faultactorelement of SOAP faultfaultdetail-faultdetailelement of SOAP fault- 另请参见:
SOAPFactory.createDetail()
| 方法详细信息 |
|---|
getFaultCode
public QName getFaultCode()
- Gets the
faultcodeelement. Thefaultcodeelement provides an algorithmic mechanism for identifying the fault. SOAP defines a small set of SOAP fault codes covering basic SOAP faults. - 返回:
- QName of the faultcode element
getFaultString
public String getFaultString()
- Gets the
faultstringelement. Thefaultstringprovides a human-readable description of the SOAP fault and is not intended for algorithmic processing. - 返回:
- faultstring element of the SOAP fault
getFaultActor
public String getFaultActor()
- Gets the
faultactorelement. Thefaultactorelement provides information about which SOAP node on the SOAP message path caused the fault to happen. It indicates the source of the fault. - 返回:
faultactorelement of the SOAP fault
getDetail
public Detail getDetail()
- Gets the detail element. The detail element is intended for
carrying application specific error information related to
the SOAP Body.
- 参数:
detail- element of the SOAP fault- 另请参见:
Detail
|
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
| 上一个类 下一个 CLASS | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 | ||||||||
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.
