Class HessianProtocolException

    • Constructor Detail

      • 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.
    • Method Detail

      • getRootCause

        public Throwable getRootCause()
        Returns the underlying cause.