Class HessianProtocolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.caucho.hessian.io.HessianProtocolException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BurlapProtocolException, HessianFieldException

public class HessianProtocolException extends IOException
Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.
See Also:
  • Constructor Details

    • 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 Details

    • getRootCause

      public Throwable getRootCause()
      Returns the underlying cause.
    • getCause

      public Throwable getCause()
      Returns the underlying cause.
      Overrides:
      getCause in class Throwable