|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.officefloor.plugin.socket.server.http.HttpException
public class HttpException
Root Exception of all HTTP related exceptions.
| Constructor Summary | |
|---|---|
HttpException(int httpStatus)
Initiate. |
|
HttpException(int httpStatus,
String message)
Initiate. |
|
HttpException(int httpStatus,
String message,
Throwable cause)
Initiate. |
|
HttpException(int httpStatus,
Throwable cause)
Initiate. |
|
| Method Summary | |
|---|---|
int |
getHttpStatus()
Obtains the HTTP status of this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HttpException(int httpStatus)
httpStatus - HTTP status of exception.
public HttpException(int httpStatus,
String message,
Throwable cause)
httpStatus - HTTP status of exception.message - Message.cause - Cause.
public HttpException(int httpStatus,
String message)
httpStatus - HTTP status of exception.message - Message.
public HttpException(int httpStatus,
Throwable cause)
httpStatus - HTTP status of exception.cause - Cause.| Method Detail |
|---|
public int getHttpStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||