Class HessianRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.hessian.client.HessianRuntimeException
All Implemented Interfaces:
Serializable

public class HessianRuntimeException extends RuntimeException
Wrapper for protocol exceptions thrown in the proxy.
See Also:
  • Constructor Details

    • 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.
  • Method Details

    • getRootCause

      public Throwable getRootCause()
      Returns the underlying cause.
    • getCause

      public Throwable getCause()
      Returns the underlying cause.
      Overrides:
      getCause in class Throwable