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 class
BadRequest
400 Bad Requestclass
Error
500 Errorclass
Forbidden
403 Forbiddenclass
NoResult
class
NotFound
404 not foundclass
NotModified
304 Not Modifiedclass
Ok
200 OKclass
Redirect
302 Redirectclass
RedirectToStatic
302 Redirectclass
RenderBinary
200 OK with application/octet-streamclass
RenderHtml
200 OK with a text/plainclass
RenderJson
200 OK with application/jsonclass
RenderStatic
class
RenderTemplate
200 OK with a template renderingclass
RenderText
200 OK with a text/plainclass
RenderXml
200 OK with a text/xmlclass
Result
Result supportclass
Status
class
Unauthorized
401 Unauthorizedclass
WebSocketDisconnect
class
WebSocketResult
WebSocket Result support
-