java.lang.Object
net.anwiba.commons.http.ExceptionProducer
- All Implemented Interfaces:
IResultProducer<IOException>
-
Constructor Summary
ConstructorsConstructorDescriptionExceptionProducer(IApplicableHttpResponseExceptionFactory... exceptionFactories) -
Method Summary
-
Constructor Details
-
ExceptionProducer
-
-
Method Details
-
execute
public IOException execute(ICanceler canceler, String url, int statusCode, String statusMessage, String contentType, String contentEncoding, InputStream inputStream) throws IOException, CanceledException - Specified by:
executein interfaceIResultProducer<IOException>- Throws:
IOExceptionCanceledException
-