public class HttpRuntimeException
extends java.lang.RuntimeException
Title: HttpRuntimeException.java
Description:
bboss workgroup
Copyright (c) 2007
| Modifier and Type | Field and Description |
|---|---|
protected int |
httpStatusCode |
| Constructor and Description |
|---|
HttpRuntimeException() |
HttpRuntimeException(int httpStatusCode) |
HttpRuntimeException(java.lang.String message,
int httpStatusCode) |
HttpRuntimeException(java.lang.String message,
java.lang.Throwable cause,
int httpStatusCode) |
HttpRuntimeException(java.lang.Throwable cause,
int httpStatusCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpStatusCode() |
public HttpRuntimeException()
public HttpRuntimeException(int httpStatusCode)
public HttpRuntimeException(java.lang.String message,
java.lang.Throwable cause,
int httpStatusCode)
public HttpRuntimeException(java.lang.String message,
int httpStatusCode)
public HttpRuntimeException(java.lang.Throwable cause,
int httpStatusCode)