Class ExceptionAction
- java.lang.Object
-
- com.github.paweladamski.httpclientmock.action.ExceptionAction
-
-
Constructor Summary
Constructors Constructor Description ExceptionAction(IOException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hc.core5.http.ClassicHttpResponsegetResponse(Request request)
-
-
-
Constructor Detail
-
ExceptionAction
public ExceptionAction(IOException e)
-
-
Method Detail
-
getResponse
public org.apache.hc.core5.http.ClassicHttpResponse getResponse(Request request) throws IOException
- Specified by:
getResponsein interfaceAction- Throws:
IOException
-
-