类 HessianServiceException

  • 所有已实现的接口:
    Serializable

    public class HessianServiceException
    extends Exception
    Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.
    另请参阅:
    序列化表格
    • 构造器详细资料

      • HessianServiceException

        public HessianServiceException()
        Zero-arg constructor.
      • HessianServiceException

        public HessianServiceException​(String message,
                                       String code,
                                       Object detail)
        Create the exception.
    • 方法详细资料

      • getCode

        public String getCode()
        Returns the code.
      • getDetail

        public Object getDetail()
        Returns the detail.