|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
javax.xml.rpc Class ServiceException
java.lang.Object java.lang.Throwable java.lang.Exception javax.xml.rpc.ServiceException
- All Implemented Interfaces:
- Serializable
public class ServiceException
- extends Exception
Extends:
Throwable > Exception
javax.xml.rpc.ServiceException
从 javax.xml.rpc.Service
接口和 ServiceFactory
类中的方法抛出。
version | 1.0 |
The javax.xml.rpc.ServiceException
is thrown from the
methods in the javax.xml.rpc.Service
interface and
ServiceFactory
class.
- Version:
- 1.0
- Author:
- Rahul Sharma
- See Also:
- Serialized Form
Constructor Summary | |
---|---|
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 ? |
Method Summary | |
---|---|
Throwable |
getLinkedCause()
Gets the Linked cause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public
ServiceException()
构造一个新异常,它的详细消息为 null
。cause 没有初始化。
英文文档:
ServiceException
public ServiceException()
- Constructs a new exception with
null
as its detail message. The cause is not initialized.
public
ServiceException(String message)
构造具有指定详细消息的新异常。cause 没有初始化。
message |
详细消息,以后可使用 getMessage 方法获取 |
ServiceException
public ServiceException(String message)
- Constructs a new exception with the specified detail
message. The cause is not initialized.
- Parameters:
message
- The detail message which is later retrieved using thegetMessage
method
public
ServiceException(String message, Throwable cause)
构造一个具有指定详细消息和 cause 的新异常。
message |
详细消息,以后可使用 getMessage 方法获取 |
cause |
保存此 cause,以后可通过 getCause 方法获取 |
ServiceException
public ServiceException(String message, Throwable cause)
- Constructs a new exception with the specified detail
message and cause.
- Parameters:
message
- The detail message which is later retrieved using thegetMessage
methodcause
- The cause which is saved for the later retrieval throw by thegetCause
method
public
ServiceException(Throwable cause)
构造一个新的 JAXRPCException,其指定 cause 和详细消息满足 (cause==null ? null :cause.toString())(通常包含 cause 的类和详细消息)。
cause | 保存此 cause,以便以后通过 getCause 方法检索。(允许 null 值,指示 cause 是不存在的或是未知的。) |
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).
- Parameters:
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.)
Method Detail |
---|
public Throwable
getLinkedCause()
获取链接的 cause。
return |
此异常的 cause;如果 cause 不存在或未知,则返回 null |
getLinkedCause
public Throwable getLinkedCause()
- Gets the Linked cause
- Returns:
- The cause of this Exception or
null
if the cause is noexistent or unknown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Submit a bug or feature
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
PS : 未经我党受权你也可自由散发此文档。 如有任何错误请自行修正;若因此而造成任何损失请直接找人民主席,请勿与本人联系。谢谢!