类 HessianProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.alibaba.com.caucho.hessian.io.HessianProtocolException
-
- 所有已实现的接口:
Serializable
- 直接已知子类:
HessianFieldException
public class HessianProtocolException extends IOException
Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 HessianProtocolException()
Zero-arg constructor.HessianProtocolException(String message)
Create the exception.HessianProtocolException(String message, Throwable rootCause)
Create the exception.HessianProtocolException(Throwable rootCause)
Create the exception.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Throwable
getCause()
Returns the underlying cause.Throwable
getRootCause()
Returns the underlying cause.
-
-
-
构造器详细资料
-
HessianProtocolException
public HessianProtocolException()
Zero-arg constructor.
-
HessianProtocolException
public HessianProtocolException(String message)
Create the exception.
-
HessianProtocolException
public HessianProtocolException(String message, Throwable rootCause)
Create the exception.
-
HessianProtocolException
public HessianProtocolException(Throwable rootCause)
Create the exception.
-
-