public class HttpError
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
protected int |
_status |
Constructor and Description |
---|
HttpError(java.lang.String msg) |
HttpError(java.lang.String msg,
java.lang.Exception e) |
HttpError(java.lang.String msg,
java.lang.Throwable cause) |
HttpError(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
status() |