862863864865866867868
@Test public void testApiErrorMessage() throws Exception { Throwable cause = new Throwable("'cause."); Throwable t = new Throwable("To err is human...", cause); checkJsonXML(new ApiErrorMessage(t)); }