Package com.github.kevinsawicki.http
Class HttpRequest.HttpRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.kevinsawicki.http.HttpRequest.HttpRequestException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- HttpRequest
public static class HttpRequest.HttpRequestException extends java.lang.RuntimeException
HTTP request exception whose cause is always anIOException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description HttpRequestException(java.io.IOException cause)
Create a new HttpRequestException with the given cause
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.IOException
getCause()
GetIOException
that triggered this request exception
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-