9293949596979899100101102103
} } catch (WorkRejectedException ex) { if (listener != null) { listener.workRejected(work); } else { throw new WorkSchedulerException(ex); } } catch (WorkException ex) { throw new WorkSchedulerException(ex); } }
949596979899100101102103104105