JAXRPCException (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.xml.rpc Class JAXRPCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.rpc.JAXRPCException
所有已实现的接口:
Serializable

public class JAXRPCException
extends RuntimeException

The javax.xml.rpc.JAXRPCException is thrown from the core JAX-RPC APIs to indicate an exception related to the JAX-RPC runtime mechanisms.

版本:
1.0
作者:
Rahul Sharma
另请参见:
Serialized Form

构造器摘要
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 ?
 
方法摘要
 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
 

构造器详细信息

JAXRPCException

public JAXRPCException()
Constructs a new exception with null as its detail message. The cause is not initialized.


JAXRPCException

public JAXRPCException(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


JAXRPCException

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


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).

参数:
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. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.