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:
java.io.Serializable
public class HessianConnectionException extends HessianException
Exception caused by failure of the client proxy to connect to the server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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.
-
-
-
Constructor Detail
-
HessianConnectionException
public HessianConnectionException()
Zero-arg constructor.
-
HessianConnectionException
public HessianConnectionException(java.lang.String message)
Create the exception.
-
HessianConnectionException
public HessianConnectionException(java.lang.String message, java.lang.Throwable rootCause)
Create the exception.
-
HessianConnectionException
public HessianConnectionException(java.lang.Throwable rootCause)
Create the exception.
-
-