public class HttpException extends RuntimeException
| Constructor and Description |
|---|
HttpException(int statusCode) |
HttpException(int statusCode,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpException(int statusCode)
public HttpException(int statusCode,
String message)
Copyright © 2009–2013 Apache MINA Project. All rights reserved.