MCPcopy Create free account
hub / github.com/castello/spring_basic / MyException

Method MyException

ch2/ExceptionController2.java:12–14  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

10//@ResponseStatus(HttpStatus.BAD_REQUEST) // 500 -> 400
11class MyException extends RuntimeException {
12 MyException(String msg) {
13 super(msg);
14 }
15 MyException() { this(""); }
16}
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected