Package com.caucho.hessian.client
Class HessianRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.hessian.client.HessianRuntimeException
- All Implemented Interfaces:
Serializable
Wrapper for protocol exceptions thrown in the proxy.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZero-arg constructor.HessianRuntimeException
(String message) Create the exception.HessianRuntimeException
(String message, Throwable rootCause) Create the exception.HessianRuntimeException
(Throwable rootCause) Create the exception. -
Method Summary
Modifier and TypeMethodDescriptiongetCause()
Returns the underlying cause.Returns the underlying cause.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HessianRuntimeException
public HessianRuntimeException()Zero-arg constructor. -
HessianRuntimeException
Create the exception. -
HessianRuntimeException
Create the exception. -
HessianRuntimeException
Create the exception.
-
-
Method Details