383940414243
{ protected RuntimeException e; public Finished() {} public Finished( Exception e ) { this.e = new QueryStageException( e ); }
394041424344