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