Module net.anwiba.commons.http
Package net.anwiba.commons.http
Interface IHttpResponseExceptionFactory
- All Known Subinterfaces:
IApplicableHttpResponseExceptionFactory
public interface IHttpResponseExceptionFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate(int statusCode, String statusMessage, String contentEncoding, InputStream inputStream)
-
Method Details
-
create
IOException create(int statusCode, String statusMessage, String contentEncoding, InputStream inputStream) throws IOException - Throws:
IOException
-