com.github.restdriver.serverdriver.http.exception
Class RuntimeHttpHostConnectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.
 
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

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.