Package com.caucho.hessian.client
Class HessianConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.hessian.HessianException
com.caucho.hessian.client.HessianConnectionException
- All Implemented Interfaces:
Serializable
Exception caused by failure of the client proxy to connect to the server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZero-arg constructor.HessianConnectionException
(String message) Create the exception.HessianConnectionException
(String message, Throwable rootCause) Create the exception.HessianConnectionException
(Throwable rootCause) Create the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HessianConnectionException
public HessianConnectionException()Zero-arg constructor. -
HessianConnectionException
Create the exception. -
HessianConnectionException
Create the exception. -
HessianConnectionException
Create the exception.
-