PermissionFactory.CONN_RESOURCE_PREFIX+
serviceType, (String)null, (Map)null);
} catch (Exception e) {
logger.logStack(Logger.ERROR, e.toString(), e);
AccessControlException ace = new AccessControlException(e.toString());
ace.initCause(e);
throw ace;
}
try {
checkPermission(subject, perm);
} catch (AccessControlException e) {