in src/main/java/org/apache/sling/junit/scriptable/HttpResponse.java [87:90]
public void sendError(int sc, String msg) throws IOException { status = sc; message = msg; }