Searched defs:LinkException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DLinkException.java34 * LinkException captures "link"-name resolution information pinpointing
45 * A LinkException instance is not synchronized against concurrent
47 * a single LinkException instance should lock the object.
59 * The serialized form of a LinkException object consists of the
66 public class LinkException extends NamingException { class in inherits:NamingException
114 * Constructs a new instance of LinkException with an explanation
120 public LinkException(String explanation) { method in class:LinkException
129 * Constructs a new instance of LinkException.
132 public LinkException() { method in class:LinkException

Completed in 22 milliseconds