162163164165166167168169170
// ignore } } else { BookNotFoundDetails details = new BookNotFoundDetails(); details.setId(Long.parseLong(id)); throw new BookNotFoundFault(details); } return null; }
180181182183184185186187188
141142143144145146147148149
159160161162163164165166167
145146147148149150151152153
163164165166167168169170171
116117118119120121122123124
134135136137138139140141142