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:
java.io.Serializable
public class HessianRuntimeException extends java.lang.RuntimeException
Wrapper for protocol exceptions thrown in the proxy.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
Returns the underlying cause.java.lang.Throwable
getRootCause()
Returns the underlying cause.
-
-
-
Constructor Detail
-
HessianRuntimeException
public HessianRuntimeException()
Zero-arg constructor.
-
HessianRuntimeException
public HessianRuntimeException(java.lang.String message)
Create the exception.
-
HessianRuntimeException
public HessianRuntimeException(java.lang.String message, java.lang.Throwable rootCause)
Create the exception.
-
HessianRuntimeException
public HessianRuntimeException(java.lang.Throwable rootCause)
Create the exception.
-
-