- permission
- The name of the permission being checked.
- pid
- The process ID being checked against. Must be > 0.
- uid
- The user ID being checked against. A uid of 0 is the root user, which will pass every permission check.
- message
- A message to include in the exception if it is thrown.
If the given permission is not allowed for a particular process and user ID running in the system, throw a Java.Lang.SecurityException.