|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
javax.xml.rpc Class JAXRPCException
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.xml.rpc.JAXRPCException
- All Implemented Interfaces:
- Serializable
public class JAXRPCException
- extends RuntimeException
Extends:
Throwable > Exception > RuntimeException
javax.xml.rpc.JAXRPCException
是从核心 JAX-RPC API 中抛出的,指示与 JAX-RPC 运行时机制有关的异常。
version | 1.0 |
The javax.xml.rpc.JAXRPCException
is thrown from
the core JAX-RPC APIs to indicate an exception related to the
JAX-RPC runtime mechanisms.
- Version:
- 1.0
- Author:
- Rahul Sharma
- See Also:
- Serialized Form
Constructor Summary | |
---|---|
JAXRPCException()
Constructs a new exception with null as its
detail message. |
|
JAXRPCException(String message)
Constructs a new exception with the specified detail message. |
|
JAXRPCException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
JAXRPCException(Throwable cause)
Constructs a new JAXRPCException 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
JAXRPCException()
构造一个新异常,它的详细消息为 null
。cause 没有初始化。
英文文档:
JAXRPCException
public JAXRPCException()
- Constructs a new exception with
null
as its detail message. The cause is not initialized.
public
JAXRPCException(String message)
构造具有指定详细消息的新异常。cause 没有初始化。
message | 详细消息,以后可使用 getMessage 方法检索 |
JAXRPCException
public JAXRPCException(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 the getMessage method
public
JAXRPCException(String message, Throwable cause)
构造一个具有指定详细消息和 cause 的新异常。
message | 详细消息,以后可使用 getMessage 方法检索 |
cause | 保存此 cause,以便以后通过 getCause 方法检索 |
JAXRPCException
public JAXRPCException(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 the getMessage methodcause
- The cause which is saved for the later retrieval throw by the getCause method
public
JAXRPCException(Throwable cause)
构造一个新的 JAXRPCException,其指定 cause 和详细消息满足 (cause==null ? null :cause.toString())(通常包含 cause 的类和详细消息)。
cause | 保存此 cause,以便以后通过 getCause 方法检索。(允许 null 值,指示 cause 是不存在的或是未知的。) |
JAXRPCException
public JAXRPCException(Throwable cause)
- Constructs a new JAXRPCException 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 : 未经我党受权你也可自由散发此文档。 如有任何错误请自行修正;若因此而造成任何损失请直接找人民主席,请勿与本人联系。谢谢!