Package play.mvc.results
Class BadRequest
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- play.utils.FastRuntimeException
-
- play.mvc.results.Result
-
- play.mvc.results.Error
-
- play.mvc.results.BadRequest
-
- All Implemented Interfaces:
java.io.Serializable
public class BadRequest extends Error
400 Bad Request- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadRequest(java.lang.String msg)
-
Method Summary
-
Methods inherited from class play.mvc.results.Result
getEncoding, setContentTypeIfNotSet
-
Methods inherited from class play.utils.FastRuntimeException
fillInStackTrace
-
-