You can also browse the complete source file or the generated documentation.
class HTTPException(Exception): def __str__(self) ## Error codes ## def code(self) def codeMessage(self) ## HTML Description ## def html(self) def title(self) def htTitle(self) def htBody(self) def description(self) def htDescription(self) ## Misc ## def headers(self) def setTransaction(self, trans) class HTTPMovedPermanently(HTTPException): def __init__(self, location=None, webkitLocation=None, *args) def location(self) def headers(self) def description(self) class HTTPTemporaryRedirect(HTTPMovedPermanently): class HTTPBadRequest(HTTPException): class HTTPAuthenticationRequired(HTTPException): def __init__(self, realm=None, *args) def headers(self) class HTTPSessionExpired(HTTPException): class HTTPForbidden(HTTPException): class HTTPNotFound(HTTPException): def html(self) class HTTPMethodNotAllowed(HTTPException): class HTTPRequestTimeout(HTTPException): class HTTPConflict(HTTPException): class HTTPUnsupportedMediaType(HTTPException): class HTTPPreconditionFailed(HTTPException): class HTTPServerError(HTTPException): class HTTPNotImplemented(HTTPException): class HTTPServiceUnavailable(HTTPException): class HTTPInsufficientStorage(HTTPException):