类 HessianProtocolException

  • 所有已实现的接口:
    直接已知子类:
    HessianFieldException

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

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

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      getCause()
      Returns the underlying cause.
      getRootCause()
      Returns the underlying cause.
      • 从类继承的方法 java.lang.

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

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

      • HessianProtocolException

        public HessianProtocolException()
        Zero-arg constructor.
      • HessianProtocolException

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

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

        public HessianProtocolException​( rootCause)
        Create the exception.
    • 方法详细资料

      • getRootCause

        public  getRootCause()
        Returns the underlying cause.
      • getCause

        public  getCause()
        Returns the underlying cause.
        覆盖:
         在类中