public final class ExceptionProducer extends Object implements IResultProducer<IOException>
| Constructor and Description |
|---|
ExceptionProducer(IHttpResponseExceptionFactory... exceptionFactories) |
| Modifier and Type | Method and Description |
|---|---|
IOException |
execute(InputStream inputStream,
int statusCode,
String statusMessage,
String contentType,
String contentEncoding) |
public ExceptionProducer(IHttpResponseExceptionFactory... exceptionFactories)
public IOException execute(InputStream inputStream, int statusCode, String statusMessage, String contentType, String contentEncoding) throws IOException, InterruptedException
execute in interface IResultProducer<IOException>IOExceptionInterruptedExceptionCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.