Home | History | Annotate | Download | only in provider

Lines Matching refs:exceptionMessage

11252         StringBuilder exceptionMessage = new StringBuilder();
11253 exceptionMessage.append(callingPackage);
11254 exceptionMessage.append(" was not granted ");
11256 exceptionMessage.append(" either of these permissions: ");
11258 exceptionMessage.append(" this permission: ");
11261 exceptionMessage.append(permissions[i]);
11262 exceptionMessage.append((i == permissions.length - 1) ? "." : ", ");
11265 throw new SecurityException(exceptionMessage.toString());