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

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.RuntimeUnknownHostException
All Implemented Interfaces:
Serializable

public final class RuntimeUnknownHostException
extends RuntimeException

RuntimeException wrapper for UnknownHostException. User: mjg Date: 21/04/11 Time: 16:15

See Also:
Serialized Form

Constructor Summary
RuntimeUnknownHostException(UnknownHostException e)
          Create a new instance with a specific 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

RuntimeUnknownHostException

public RuntimeUnknownHostException(UnknownHostException e)
Create a new instance with a specific cause.

Parameters:
e - The exception to use as the cause


Copyright © 2011. All Rights Reserved.