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
- 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
Field Summary |
private java.lang.String |
code
|
private java.lang.Object |
detail
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Method Summary |
java.lang.String |
getCode()
Returns the code. |
java.lang.Object |
getDetail()
Returns the detail. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
code
private java.lang.String code
detail
private java.lang.Object 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.
getCode
public java.lang.String getCode()
- Returns the code.
getDetail
public java.lang.Object getDetail()
- Returns the detail.