public class HttpException extends RuntimeException
| Constructor and Description |
|---|
HttpException(byte[] data,
int statusCode) |
HttpException(byte[] data,
int statusCode,
String message) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpException(byte[] data,
int statusCode)
public HttpException(byte[] data,
int statusCode,
String message)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.