java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.directory.NoSuchAttributeException
- 所有已实现的接口:
-
Serializable
当尝试访问不存在的属性时抛出此异常。
适用于NamingException的同步和序列化问题在此直接适用。
- 自 JDK 版本:
- 1.3
- 参见:
-
Field Summary
Fields declared in class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
-
Constructor Summary
ConstructorDescription构造一个新的 NoSuchAttributeException 实例。NoSuchAttributeException
(String explanation) 使用解释构造一个新的 NoSuchAttributeException 实例。 -
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
-
NoSuchAttributeException
使用解释构造一个新的 NoSuchAttributeException 实例。所有其他字段设置为 null。- 参数:
-
explanation
- 关于此异常的附加详细信息。可以为 null。 - 参见:
-
NoSuchAttributeException
public NoSuchAttributeException()构造一个新的 NoSuchAttributeException 实例。所有字段都初始化为 null。
-