com.caucho.hessian.client
Class HessianRuntimeException
RuntimeException
com.caucho.hessian.client.HessianRuntimeException
public class HessianRuntimeException
extends RuntimeException
Wrapper for protocol exceptions thrown in the proxy.
rootCause
private Throwable rootCause
HessianRuntimeException
public HessianRuntimeException()
Zero-arg constructor.
HessianRuntimeException
public HessianRuntimeException(String message)
Create the exception.
HessianRuntimeException
public HessianRuntimeException(String message,
Throwable rootCause)
Create the exception.
HessianRuntimeException
public HessianRuntimeException(Throwable rootCause)
Create the exception.
getMessage
public String getMessage()
Returns the message.
getRootCause
public Throwable getRootCause()
Returns the underlying cause.
printStackTrace
public void printStackTrace()
Prints the stack trace.
printStackTrace
public void printStackTrace(PrintStream out)
Prints the stack trace.
printStackTrace
public void printStackTrace(PrintWriter out)
Prints the stack trace.