|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.hessian.HessianException
public class HessianException
Base runtime exception for Hessian exceptions.
Constructor Summary | |
---|---|
HessianException()
Zero-arg constructor. |
|
HessianException(java.lang.String message)
Create the exception. |
|
HessianException(java.lang.String message,
java.lang.Throwable rootCause)
Create the exception. |
|
HessianException(java.lang.Throwable rootCause)
Create the exception. |
Method Summary |
---|
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 HessianException()
public HessianException(java.lang.String message)
public HessianException(java.lang.String message, java.lang.Throwable rootCause)
public HessianException(java.lang.Throwable rootCause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |