class NoExitSecurityManager extends SecurityManager
Custom security manager to System.exit (and related) from being used.
Constructor and description |
---|
NoExitSecurityManager(SecurityManager parent) |
NoExitSecurityManager() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
checkExit(int code) Always throws SecurityException. |
|
void |
checkPermission(Permission perm) |
Methods inherited from class | Name |
---|---|
class SecurityManager |
checkAccept, checkAccess, checkAccess, checkConnect, checkConnect, checkCreateClassLoader, checkDelete, checkExec, checkExit, checkLink, checkListen, checkMulticast, checkMulticast, checkPackageAccess, checkPackageDefinition, checkPermission, checkPermission, checkPrintJobAccess, checkPropertiesAccess, checkPropertyAccess, checkRead, checkRead, checkRead, checkSecurityAccess, checkSetFactory, checkWrite, checkWrite, equals, getClass, getSecurityContext, getThreadGroup, hashCode, notify, notifyAll, toString, wait, wait, wait |
Always throws SecurityException.
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.