159160161162163164165166167168169
{ voyage = uow.get( Voyage.class, c.voyageNumberString ); } catch( NoSuchEntityException e ) { throw new UnknownVoyageException( c.eventData ); } } // Step 4 - Verify that cargo is not received, in customs or claimed more than once