![]() |
Quadcap Embeddable Server |
Inheritance diagram for com.quadcap.http.server22.HttpException:

Definition at line 48 of file HttpException.java.
Public Member Functions | |
| HttpException (String replyCode, String detail) | |
| Construct a new HttpException with the specified replyCode and detail. | |
| HttpException (String detail) | |
| Construct a new HttpException with the default replyCode and the specified detail message. | |
| String | getDetail () |
| Get the detail message. | |
| String | getReplyCode () |
| Return the HTTP replyCode code. | |
Package Attributes | |
| String | replyCode = "200" |
| The HTTP reply code to issue (default "200"). | |
| String | detail = null |
| The detail message for the exception. | |
|
||||||||||||
|
Construct a new HttpException with the specified replyCode and detail.
Definition at line 64 of file HttpException.java. |
|
|
Construct a new HttpException with the default replyCode and the specified detail message.
Definition at line 76 of file HttpException.java. |
|
|
Get the detail message.
Definition at line 86 of file HttpException.java. References com.quadcap.http.server22.HttpException.detail. |
|
|
Return the HTTP replyCode code.
Definition at line 95 of file HttpException.java. References com.quadcap.http.server22.HttpException.replyCode. |
|
|
The detail message for the exception.
Definition at line 57 of file HttpException.java. Referenced by com.quadcap.http.server22.HttpException.getDetail(). |
|
|
The HTTP reply code to issue (default "200").
Definition at line 52 of file HttpException.java. Referenced by com.quadcap.http.server22.HttpException.getReplyCode(). |