|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.caucho.hessian.io.HessianServiceException
public class HessianServiceException
Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.
| Constructor Summary | |
|---|---|
HessianServiceException()
Zero-arg constructor. |
|
HessianServiceException(String message,
String code,
Object detail)
Create the exception. |
|
| Method Summary | |
|---|---|
String |
getCode()
Returns the code. |
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 |
| Constructor Detail |
|---|
public HessianServiceException()
public HessianServiceException(String message,
String code,
Object detail)
| Method Detail |
|---|
public String getCode()
public Object getDetail()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||