Package com.caucho.hessian.io
Class HessianServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.caucho.hessian.io.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
-
-
Constructor Summary
Constructors Constructor Description HessianServiceException()
Zero-arg constructor.HessianServiceException(java.lang.String message, java.lang.String code, java.lang.Object detail)
Create the exception.
-
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.
-