public class BadRequestException
extends java.lang.IllegalArgumentException
Plan will construct bad request error json automatically.
Note that you might need to handle the error page, which is json: {"status": 400, "error": "message"}
Constructor and Description |
---|
BadRequestException(java.lang.String message) |