Home | History | Annotate | Download | only in security

Lines Matching refs:Permission

34  * permission might be of an incorrect type,  contain an invalid
47 // the permission that caused the exeception to be thrown.
48 private Permission perm;
62 * specified, detailed message, and the requested permission that caused
66 * @param p the permission that caused the exception.
68 public AccessControlException(String s, Permission p) {
74 * Gets the Permission object associated with this exeception, or
75 * null if there was no corresponding Permission object.
77 * @return the Permission object.
79 public Permission getPermission() {