类 HessianFieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.alibaba.com.caucho.hessian.io.HessianProtocolException
-
- com.alibaba.com.caucho.hessian.io.HessianFieldException
-
- 所有已实现的接口:
Serializable
public class HessianFieldException extends HessianProtocolException
Exception during field reading.- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 HessianFieldException()
Zero-arg constructor.HessianFieldException(String message)
Create the exception.HessianFieldException(String message, Throwable cause)
Create the exception.HessianFieldException(Throwable cause)
Create the exception.
-
方法概要
-
从类继承的方法 com.alibaba.com.caucho.hessian.io.HessianProtocolException
getCause, getRootCause
-
-
-
-
构造器详细资料
-
HessianFieldException
public HessianFieldException()
Zero-arg constructor.
-
HessianFieldException
public HessianFieldException(String message)
Create the exception.
-
HessianFieldException
public HessianFieldException(String message, Throwable cause)
Create the exception.
-
HessianFieldException
public HessianFieldException(Throwable cause)
Create the exception.
-
-