JavaException Oct 18, 2017 Contents customize exception customize exception12345public class MyException extends RuntimeException{ public MyException(String msg){ super(msg); }} Reward