ServiceException (Java EE 5)

Java EE API


javax.xml.rpc Class ServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.rpc.ServiceException
All Implemented Interfaces:
Serializable

public class ServiceException
extends Exception

Extends: Throwable > Exception

javax.xml.rpc.ServiceExceptionjavax.xml.rpc.Service 接口和 ServiceFactory 类中的方法抛出。
英文文档:

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
 
Method Summary
 Throwable
 
Methods inherited from class java.lang.Throwable
 
Methods inherited from class java.lang.Object
 

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 the getMessage 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 the getMessage method
cause - The cause which is saved for the later retrieval throw by the getCause 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


Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.

一看就知道只有菜鸟才干这么无知的事啦。

PS : 未经我党受权你也可自由散发此文档。 如有任何错误请自行修正;若因此而造成任何损失请直接找人民主席,请勿与本人联系。谢谢!