This method of the StandardSecurityManager Class determines whether classes within the current execution context, based on the call stack of the current thread, are allowed to terminate the Microsoft VM.
public void checkExit(int status);
status | This parameter is ignored. |
The check succeeds only if all the classes found on the call stack are fully trusted. This method overrides the java.lang.SecurityManager.checkExit method.
SecurityException if the security check fails.