|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Returns the underlying cause. |
java.lang.Throwable |
getRootCause()
Returns the underlying cause. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 HessianRuntimeException()
public HessianRuntimeException(java.lang.String message)
public HessianRuntimeException(java.lang.String message,
java.lang.Throwable rootCause)
public HessianRuntimeException(java.lang.Throwable rootCause)
| Method Detail |
|---|
public java.lang.Throwable getRootCause()
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||