Package si.mazi.rescu
Interface HttpStatusException
- All Known Implementing Classes:
HttpStatusExceptionSupport,HttpStatusIOException
public interface HttpStatusException
-
Method Summary
Modifier and Type Method Description intgetHttpStatusCode()voidsetHttpStatusCode(int httpStatus)
-
Method Details
-
getHttpStatusCode
int getHttpStatusCode() -
setHttpStatusCode
void setHttpStatusCode(int httpStatus)
-