|
||||||||||
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
com.caucho.hessian.client.HessianConnectionException
public class HessianConnectionException
Exception caused by failure of the client proxy to connect to the server.
Constructor Summary | |
---|---|
HessianConnectionException()
Zero-arg constructor. |
|
HessianConnectionException(java.lang.String message)
Create the exception. |
|
HessianConnectionException(java.lang.String message,
java.lang.Throwable rootCause)
Create the exception. |
|
HessianConnectionException(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 HessianConnectionException()
public HessianConnectionException(java.lang.String message)
public HessianConnectionException(java.lang.String message, java.lang.Throwable rootCause)
public HessianConnectionException(java.lang.Throwable rootCause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |