类 HessianProtocolException

    • 构造器详细资料

      • 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.
    • 方法详细资料

      • getRootCause

        public Throwable getRootCause()
        Returns the underlying cause.