Uses of Class
play.utils.FastRuntimeException
-
Packages that use FastRuntimeException Package Description play.mvc.results -
-
Uses of FastRuntimeException in play.mvc.results
Subclasses of FastRuntimeException in play.mvc.results Modifier and Type Class Description classBadRequest400 Bad RequestclassError500 ErrorclassForbidden403 ForbiddenclassNoResultclassNotFound404 not foundclassNotModified304 Not ModifiedclassOk200 OKclassRedirect302 RedirectclassRedirectToStatic302 RedirectclassRenderBinary200 OK with application/octet-streamclassRenderHtml200 OK with a text/plainclassRenderJson200 OK with application/jsonclassRenderStaticclassRenderTemplate200 OK with a template renderingclassRenderText200 OK with a text/plainclassRenderXml200 OK with a text/xmlclassResultResult supportclassStatusclassUnauthorized401 UnauthorizedclassWebSocketDisconnectclassWebSocketResultWebSocket Result support
-