128129130131132133134135136137
if (state != OPEN) { throw new UnsupportedOperationException("Not in an open state"); } if (excluded == null) { excluded = new DelegatePermissionCollection(); } excluded.add(permission); }