📄 aclnotfoundexception.java
字号:
/* * @(#)AclNotFoundException.java 1.11 03/01/23 * * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */package java.security.acl;/** * This is an exception that is thrown whenever a reference is made to a * non-existent ACL (Access Control List). * * @author Satish Dharmaraj */public class AclNotFoundException extends Exception { /** * Constructs an AclNotFoundException. */ public AclNotFoundException() { }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -