类 HessianException

  • 所有已实现的接口:

    public class HessianException
    extends 
    Base runtime exception for Hessian exceptions.
    另请参阅:
    序列化表格
    • 构造器概要

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

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

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

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

      • HessianException

        public HessianException()
        Zero-arg constructor.
      • HessianException

        public HessianException​( message)
        Create the exception.
      • HessianException

        public HessianException​( message,
                                 rootCause)
        Create the exception.
      • HessianException

        public HessianException​( rootCause)
        Create the exception.