railo.runtime.exp
Class HTTPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
railo.runtime.exp.PageException
railo.runtime.exp.PageExceptionImpl
railo.runtime.exp.ApplicationException
railo.runtime.exp.HTTPException
- All Implemented Interfaces:
- Serializable, Dumpable, IPageException
public final class HTTPException
- extends ApplicationException
Exception class for the HTTP Handling
- See Also:
- Serialized Form
Constructor Summary |
HTTPException(org.apache.commons.httpclient.HttpMethod httpMethod)
Constructor of the class |
HTTPException(String message,
String detail,
int statusCode)
Constructor of the class |
Methods inherited from class railo.runtime.exp.PageExceptionImpl |
addContext, getAddional, getAdditional, getCatchBlock, getCatchBlock, getCustomTypeAsString, getDetail, getErrorBlock, getErrorCode, getExtendedInfo, getLine, getPageDeep, getRootCause, getStackTrace, getStackTraceAsString, getTagContext, getTagContext, getTracePointer, getTypeAsString, printStackTrace, printStackTrace, printStackTrace, setAdditional, setDetail, setErrorCode, setExtendedInfo, setTracePointer, toDumpData, typeEqual |
HTTPException
public HTTPException(String message,
String detail,
int statusCode)
- Constructor of the class
- Parameters:
message
- detail
- statusCode
-
HTTPException
public HTTPException(org.apache.commons.httpclient.HttpMethod httpMethod)
- Constructor of the class
- Parameters:
httpMethod
-
getStatusCode
public int getStatusCode()
- Returns:
- Returns the statusCode.
getCatchBlock
public CatchBlock getCatchBlock(Config config)
- Overrides:
getCatchBlock
in class PageExceptionImpl
Copyright © 2012 Railo