|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
javax.xml.ws Class WebServiceException
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.xml.ws.WebServiceException
- 所有已实现的接口:
- Serializable
- 直接已知子类:
- ProtocolException
public class WebServiceException
- extends RuntimeException
The WebServiceException
class is the base
exception class for all JAX-WS API runtime exceptions.
- 从以下版本开始:
- JAX-WS 2.0
- 另请参见:
- Serialized Form
构造器摘要 | |
---|---|
WebServiceException()
Constructs a new exception with null as its
detail message. |
|
WebServiceException(String message)
Constructs a new exception with the specified detail message. |
|
WebServiceException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
WebServiceException(Throwable cause)
Constructs a new WebServiceException with the specified cause and a detail message of (cause==null ? |
方法摘要 |
---|
类方法继承 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 |
构造器详细信息 |
---|
WebServiceException
public WebServiceException()
- Constructs a new exception with
null
as its detail message. The cause is not initialized.
WebServiceException
public WebServiceException(String message)
- Constructs a new exception with the specified detail
message. The cause is not initialized.
- 参数:
message
- The detail message which is later retrieved using the getMessage method
WebServiceException
public WebServiceException(String message, Throwable cause)
- Constructs a new exception with the specified detail
message and cause.
- 参数:
message
- The detail message which is later retrieved using the getMessage methodcause
- The cause which is saved for the later retrieval throw by the getCause method
WebServiceException
public WebServiceException(Throwable cause)
- Constructs a new WebServiceException with the specified cause
and a detail message of (cause==null ? null :
cause.toString()) (which typically contains the
class and detail message of cause).
- 参数:
cause
- The cause which is saved for the later retrieval throw by the getCause method. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.