71727374757677
} @Override public void checkPermission(String perm) throws InsufficientPermissionsException { if (!hasPermission(perm)) throw new InsufficientPermissionsException(); }