com.github.kristofa.test.http.client
Class HttpRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.kristofa.test.http.client.HttpRequestException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- GetException, PostException, PutException
public class HttpRequestException
- extends Exception
Exception that indicates that HttpRequest failed.
- Author:
- kristof
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpRequestException
public HttpRequestException(Throwable throwable)
- Creates a new instance.
- Parameters:
throwable - Causing exception.
HttpRequestException
public HttpRequestException(String message)
- Creates a new instance.
- Parameters:
message - Exception message.
Copyright © 2014. All Rights Reserved.