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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DReferralException.java36 * a subclass of <tt>ReferralException</tt> by providing implementations
40 * The following code sample shows how <tt>ReferralException</tt> can be used.
50 * } catch (ReferralException e) {
56 * <tt>ReferralException</tt> is an abstract class. Concrete implementations
71 public abstract class ReferralException extends NamingException { class in inherits:NamingException
73 * Constructs a new instance of ReferralException using the
79 protected ReferralException(String explanation) { method in class:ReferralException
84 * Constructs a new instance of ReferralException.
87 protected ReferralException() { method in class:ReferralException
109 * that threw the ReferralException
[all...]

Completed in 79 milliseconds