类 HessianServiceException

  • 所有已实现的接口:

    public class HessianServiceException
    extends 
    Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.
    另请参阅:
    序列化表格
    • 构造器概要

      构造器 
      构造器 说明
      HessianServiceException()
      Zero-arg constructor.
       message,  code,  detail)
      Create the exception.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      getCode()
      Returns the code.
      getDetail()
      Returns the detail.
      • 从类继承的方法 java.lang.

        , , , , , , , , , , , ,
      • 从类继承的方法 java.lang.

        , , , , , , ,
    • 构造器详细资料

      • HessianServiceException

        public HessianServiceException()
        Zero-arg constructor.
      • HessianServiceException

        public HessianServiceException​( message,
                                        code,
                                        detail)
        Create the exception.
    • 方法详细资料

      • getCode

        public  getCode()
        Returns the code.
      • getDetail

        public  getDetail()
        Returns the detail.