类 HessianServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.alibaba.com.caucho.hessian.io.HessianServiceException
-
- 所有已实现的接口:
Serializable
public class HessianServiceException extends Exception
Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 HessianServiceException()
Zero-arg constructor.HessianServiceException(String message, String code, Object detail)
Create the exception.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 String
getCode()
Returns the code.Object
getDetail()
Returns the detail.
-