|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.hessian.client.HessianRuntimeException
public class HessianRuntimeException
Wrapper for protocol exceptions thrown in the proxy.
构造方法摘要 | |
---|---|
HessianRuntimeException()
Zero-arg constructor. |
|
HessianRuntimeException(java.lang.String message)
Create the exception. |
|
HessianRuntimeException(java.lang.String message,
java.lang.Throwable rootCause)
Create the exception. |
|
HessianRuntimeException(java.lang.Throwable rootCause)
Create the exception. |
方法摘要 | |
---|---|
java.lang.Throwable |
getCause()
Returns the underlying cause. |
java.lang.Throwable |
getRootCause()
Returns the underlying cause. |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public HessianRuntimeException()
public HessianRuntimeException(java.lang.String message)
public HessianRuntimeException(java.lang.String message, java.lang.Throwable rootCause)
public HessianRuntimeException(java.lang.Throwable rootCause)
方法详细信息 |
---|
public java.lang.Throwable getRootCause()
public java.lang.Throwable getCause()
java.lang.Throwable
中的 getCause
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |