Package com.caucho.hessian
Class HessianException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.caucho.hessian.HessianException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
HessianConnectionException
,HessianMethodSerializationException
public class HessianException extends java.lang.RuntimeException
Base runtime exception for Hessian exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HessianException()
Zero-arg constructor.HessianException(java.lang.String message)
Create the exception.HessianException(java.lang.String message, java.lang.Throwable rootCause)
Create the exception.HessianException(java.lang.Throwable rootCause)
Create the exception.
-
-
-
Constructor Detail
-
HessianException
public HessianException()
Zero-arg constructor.
-
HessianException
public HessianException(java.lang.String message)
Create the exception.
-
HessianException
public HessianException(java.lang.String message, java.lang.Throwable rootCause)
Create the exception.
-
HessianException
public HessianException(java.lang.Throwable rootCause)
Create the exception.
-
-