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
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(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 Detail
-
HessianConnectionException
public HessianConnectionException()
Zero-arg constructor.
-
HessianConnectionException
public HessianConnectionException(String message)
Create the exception.
-
HessianConnectionException
public HessianConnectionException(String message, Throwable rootCause)
Create the exception.
-
HessianConnectionException
public HessianConnectionException(Throwable rootCause)
Create the exception.
-
-