|
||||||||||
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.
Field Summary | |
---|---|
private java.lang.Throwable |
rootCause
|
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.String |
getMessage()
Returns the message. |
java.lang.Throwable |
getRootCause()
Returns the underlying cause. |
void |
printStackTrace()
Prints the stack trace. |
void |
printStackTrace(java.io.PrintStream out)
Prints the stack trace. |
void |
printStackTrace(java.io.PrintWriter out)
Prints the stack trace. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.Throwable rootCause
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.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.Throwable getRootCause()
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter out)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream out)
printStackTrace
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |