com.github.restdriver.serverdriver.http.exception
Class RuntimeUnknownHostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.