Class HessianRuntimeException

    • Constructor Detail

      • HessianRuntimeException

        public HessianRuntimeException()
        Zero-arg constructor.
      • HessianRuntimeException

        public HessianRuntimeException​(String message)
        Create the exception.
      • HessianRuntimeException

        public HessianRuntimeException​(String message,
                                       Throwable rootCause)
        Create the exception.
      • HessianRuntimeException

        public HessianRuntimeException​(Throwable rootCause)
        Create the exception.
    • Method Detail

      • getRootCause

        public Throwable getRootCause()
        Returns the underlying cause.