类 HessianException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.alibaba.com.caucho.hessian.HessianException
-
- 所有已实现的接口:
Serializable
public class HessianException extends RuntimeException
Base runtime exception for Hessian exceptions.- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 HessianException()
Zero-arg constructor.HessianException(String message)
Create the exception.HessianException(String message, Throwable rootCause)
Create the exception.HessianException(Throwable rootCause)
Create the exception.
-
方法概要
-