Class HessianServiceException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    BurlapServiceException

    public class HessianServiceException
    extends java.lang.Exception
    Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()
      Returns the code.
      java.lang.Object getDetail()
      Returns the detail.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HessianServiceException

        public HessianServiceException()
        Zero-arg constructor.
      • HessianServiceException

        public HessianServiceException​(java.lang.String message,
                                       java.lang.String code,
                                       java.lang.Object detail)
        Create the exception.
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Returns the code.
      • getDetail

        public java.lang.Object getDetail()
        Returns the detail.