Can be used when forwarding can't, e.g., after some http output has already been written. @author Bill Niebel
113114115116117118119120121122123
throw new InternalError500Exception(request, actionLabel, "error performing action2", new String[0]); } throw new Ok200Exception(request, actionLabel, "server running", new String[0]); }
163164165166167168169170171172173