blade create servlet throwCustomException
throw custom exception
Synopsis
Throw custom exception with --exception option
blade create servlet throwCustomException
Options
--effect-count string The count of chaos experiment in effect
--effect-percent string The percent of chaos experiment in effect
--exception string Exception class inherit java.lang.Exception (required)
-h, --help help for throwCustomException
--method string The name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
--pathinfo string The extra path information follows the servlet path but precedes the query string and start with a / character
--process string Application process name
--querystring string The query string that is contained in the request URL after the path.
--servletpath string The part of this request's URL that calls the servlet
--timeout string set timeout for experiment
Options inherited from parent commands
-d, --debug Set client to DEBUG mode
SEE ALSO
blade create servlet - java servlet experiment
Auto generated by spf13/cobra on 11-Jul-2019
Last updated
Was this helpful?