Class HessianServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.caucho.hessian.io.HessianServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BurlapServiceException

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

    • HessianServiceException

      public HessianServiceException()
      Zero-arg constructor.
    • HessianServiceException

      public HessianServiceException(String message, String code, Object detail)
      Create the exception.
  • Method Details

    • getCode

      public String getCode()
      Returns the code.
    • getDetail

      public Object getDetail()
      Returns the detail.