Searched refs:MalformedLinkException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DMalformedLinkException.java43 public class MalformedLinkException extends LinkException { class in inherits:LinkException
45 * Constructs a new instance of MalformedLinkException with an explanation
50 public MalformedLinkException(String explanation) { method in class:MalformedLinkException
59 public MalformedLinkException() { method in class:MalformedLinkException
H A DLinkRef.java65 * @see MalformedLinkException
100 * @exception MalformedLinkException If a link name could not be extracted
110 throw new MalformedLinkException();

Completed in 33 milliseconds