java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.NamingSecurityException
javax.naming.NoPermissionException
- 所有已实现的接口:
-
Serializable
当客户端尝试执行无权限操作时,将抛出此异常。访问控制/权限模型由目录/命名服务器指定。
适用于NamingException的同步和序列化问题在此直接适用。
- 自 JDK 版本:
- 1.3
- 参见:
-
Field Summary
Fields declared in class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
-
Constructor Summary
ConstructorDescription构造一个新的 NoPermissionException 实例。NoPermissionException
(String explanation) 使用解释构造一个新的 NoPermissionException 实例。 -
Method Summary
Methods declared in class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NoPermissionException
使用解释构造一个新的 NoPermissionException 实例。所有其他字段默认为 null。- 参数:
-
explanation
- 关于此异常的可能为 null 的额外详细信息。
-
NoPermissionException
public NoPermissionException()构造一个新的 NoPermissionException 实例。所有字段都初始化为 null。
-