130131132133134135136137138139140
{ trackingId = uow.get( Cargo.class, c.trackingIdString ).trackingId().get(); } catch( NoSuchEntityException e ) { throw new UnknownCargoException( c.eventData ); } // Step 2 - Find Location from UnLocode string try