KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > LinkException

javax.naming
Class LinkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by javax.naming.LinkException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LinkLoopException, MalformedLinkException
See Also:
Source Code, Context.lookupLink(javax.naming.Name), LinkRef

public String getLinkExplanation()
See Also:
setLinkExplanation(java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Name getLinkRemainingName()
See Also:
setLinkRemainingName(javax.naming.Name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Name getLinkResolvedName()
See Also:
setLinkResolvedName(javax.naming.Name), getLinkResolvedObj()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getLinkResolvedObj()
See Also:
setLinkResolvedObj(java.lang.Object), getLinkResolvedName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public LinkException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public LinkException(String explanation)
See Also:
Throwable.getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String linkExplanation
See Also:
setLinkExplanation(java.lang.String), getLinkExplanation()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Name linkRemainingName
See Also:
setLinkRemainingName(javax.naming.Name), getLinkRemainingName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Name linkResolvedName
See Also:
setLinkResolvedName(javax.naming.Name), getLinkResolvedName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Object linkResolvedObj
See Also:
setLinkResolvedObj(java.lang.Object), getLinkResolvedObj()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLinkExplanation(String msg)
See Also:
getLinkExplanation()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLinkRemainingName(Name name)
See Also:
getLinkRemainingName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLinkResolvedName(Name name)
See Also:
getLinkResolvedName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLinkResolvedObj(Object obj)
See Also:
getLinkResolvedObj()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
NamingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString(boolean detail)
See Also:
NamingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags