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
public class HessianRuntimeException extends RuntimeException
Wrapper for protocol exceptions thrown in the proxy.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HessianRuntimeException()Zero-arg constructor.HessianRuntimeException(String message)Create the exception.HessianRuntimeException(String message, Throwable rootCause)Create the exception.HessianRuntimeException(Throwable rootCause)Create the exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()Returns the underlying cause.ThrowablegetRootCause()Returns the underlying cause.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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.
-
-