com.github.restdriver.serverdriver.http.exception
Class RuntimeHttpHostConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.restdriver.serverdriver.http.exception.RuntimeHttpHostConnectException
- All Implemented Interfaces:
- Serializable
public class RuntimeHttpHostConnectException
- extends RuntimeException
Runtime wrapper for HttpHostConnectException.
User: mjg
Date: 21/04/11
Time: 16:33
- See Also:
- Serialized Form
|
Constructor Summary |
RuntimeHttpHostConnectException(org.apache.http.conn.HttpHostConnectException hhce)
Create a new instance of the exception with a given cause. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RuntimeHttpHostConnectException
public RuntimeHttpHostConnectException(org.apache.http.conn.HttpHostConnectException hhce)
- Create a new instance of the exception with a given cause.
- Parameters:
hhce - The exception to use as the cause
Copyright © 2011. All Rights Reserved.