Package com.caucho.hessian.io
Class HessianServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.caucho.hessian.io.HessianServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BurlapServiceException
Exception for faults when the fault doesn't return a java exception.
This exception is required for MicroHessianInput.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZero-arg constructor.HessianServiceException
(String message, String code, Object detail) Create the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HessianServiceException
public HessianServiceException()Zero-arg constructor. -
HessianServiceException
Create the exception.
-
-
Method Details
-
getCode
Returns the code. -
getDetail
Returns the detail.
-