|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
javax.xml.rpc Class ServiceException
java.lang.Object java.lang.Throwable java.lang.Exception javax.xml.rpc.ServiceException
- 所有已实现的接口:
- Serializable
public class ServiceException
- extends Exception
The javax.xml.rpc.ServiceException
is thrown from the
methods in the javax.xml.rpc.Service
interface and
ServiceFactory
class.
- 版本:
- 1.0
- 作者:
- Rahul Sharma
- 另请参见:
- Serialized Form
构造器摘要 | |
---|---|
ServiceException()
Constructs a new exception with null as its
detail message. |
|
ServiceException(String message)
Constructs a new exception with the specified detail message. |
|
ServiceException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
ServiceException(Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? |
方法摘要 | |
---|---|
Throwable |
getLinkedCause()
Gets the Linked cause |
类方法继承 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 |
构造器详细信息 |
---|
ServiceException
public ServiceException()
- Constructs a new exception with
null
as its detail message. The cause is not initialized.
ServiceException
public ServiceException(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 thegetMessage
method
ServiceException
public ServiceException(String message, Throwable cause)
- Constructs a new exception with the specified detail
message and cause.
- 参数:
message
- The detail message which is later retrieved using thegetMessage
methodcause
- The cause which is saved for the later retrieval throw by thegetCause
method
ServiceException
public ServiceException(Throwable cause)
- Constructs a new exception 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.)
方法详细信息 |
---|
getLinkedCause
public Throwable getLinkedCause()
- Gets the Linked cause
- 返回:
- The cause of this Exception or
null
if the cause is noexistent or unknown
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.