orElseThrow

  1. Optional.ofNullable(organizationBO).orElseThrow(() -> new OrganizationNotExistsException("店铺信息不存在,已注销"));