java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.LinkException
javax.naming.MalformedLinkException
- 所有已实现的接口:
-
Serializable
当解析或构建链接时遇到格式错误的链接时,将抛出此异常。
与LinkException相关的同步和序列化问题直接适用于此处。
- 自 JDK 版本:
- 1.3
- 参见:
-
Field Summary
Fields declared in class javax.naming.LinkException
linkExplanation, linkRemainingName, linkResolvedName, linkResolvedObj
Fields declared in class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
-
Constructor Summary
ConstructorDescription构造一个新的 Malformed LinkException 实例。MalformedLinkException
(String explanation) 构造一个带有解释的新的 MalformedLinkException 实例。 -
Method Summary
Methods declared in class javax.naming.LinkException
getLinkExplanation, getLinkRemainingName, getLinkResolvedName, getLinkResolvedObj, setLinkExplanation, setLinkRemainingName, setLinkResolvedName, setLinkResolvedObj, toString, toString
Methods declared in class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MalformedLinkException
构造一个带有解释的新的 MalformedLinkException 实例。所有其他字段都初始化为 null。- 参数:
-
explanation
- 可能为 null 的字符串,包含有关此异常的附加详细信息。
-
MalformedLinkException
public MalformedLinkException()构造一个新的 Malformed LinkException 实例。所有字段都初始化为 null。
-