java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.directory.InvalidAttributeIdentifierException
- 所有已实现的接口:
-
Serializable
当尝试创建具有无效属性标识符的属性时,将抛出此异常。属性标识符的有效性取决于目录特定。
适用于NamingException的同步和序列化问题在此直接适用。
- 自从:
- 1.3
- 参见:
-
Field Summary
Fields declared in class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
-
Constructor Summary
ConstructorDescription构造一个新的InvalidAttributeIdentifierException实例。InvalidAttributeIdentifierException
(String explanation) 使用提供的解释构造一个新的InvalidAttributeIdentifierException实例。 -
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
-
InvalidAttributeIdentifierException
使用提供的解释构造一个新的InvalidAttributeIdentifierException实例。所有其他字段设置为null。- 参数:
-
explanation
- 可能为null的字符串,包含有关此异常的其他详细信息。 - 参见:
-
InvalidAttributeIdentifierException
public InvalidAttributeIdentifierException()构造一个新的InvalidAttributeIdentifierException实例。所有字段均设置为null。
-