40414243444546
public Box getBox() { return null; } public void throwDemoException() throws DemoException { throw new DemoException("LongWaiting"); }
36373839404142
public Box getBox() { return new UnserializableBox(); } public void throwDemoException() throws DemoException { throw new DemoException("Unserializable"); }
public Box getBox() { return null; } public void throwDemoException() throws DemoException { throw new DemoException("DemoServiceImpl"); }