throws CannotCreateRouteSpecificationException, UnsatisfyingRouteException, InspectionException, RoutingException
{
// Pre-conditions
if( transportStatus.equals( CLAIMED ) )
{
throw new RoutingException( "Can't re-route claimed cargo" );
}
cargoInspector.assignCargoToRoute();
}